From c8fd8fa00f30cb2862a6feb32bc1b7d3a394c565 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 4 Oct 2008 11:48:46 -0400 Subject: fill out commands, move to separate file darcs-hash:20081004154846-5ed1f-02f7c93248af00fd22e7bb3520179ef1f31da121.gz --- classes/Channel.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 classes/Channel.php (limited to 'classes/Channel.php') diff --git a/classes/Channel.php b/classes/Channel.php new file mode 100644 index 000000000..f2e7ad34f --- /dev/null +++ b/classes/Channel.php @@ -0,0 +1,35 @@ +. + */ + +if (!defined('LACONICA')) { exit(1); } + +class Channel { + + function on($user) { + } + + function off($user) { + } + + function output($user) { + } + + function error($user) { + } +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf