diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-11 15:48:30 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-11 15:48:30 -0500 |
commit | 9d07032334043625a5aa3243d911bdc1c77a7a9c (patch) | |
tree | 605acaac2175910428f8a533d767ef8fbe1e379c /lib/channel.php | |
parent | 03fff15a516dc989617652fe893f917718e0aeb0 (diff) |
fix command classes
Diffstat (limited to 'lib/channel.php')
-rw-r--r-- | lib/channel.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/channel.php b/lib/channel.php index fdeff21fc..f1e205546 100644 --- a/lib/channel.php +++ b/lib/channel.php @@ -21,7 +21,6 @@ if (!defined('LACONICA')) { exit(1); } class Channel { - function on($user) { return false; |