Changeset 2136 for trunk/modules/kobot
- Timestamp:
- 02/22/2008 12:16:39 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/modules/kobot/controllers/kobot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kobot/controllers/kobot.php
r2067 r2136 20 20 // Login and join the default channel 21 21 $bot->login('koboto', 'PhoenixRisingKO'); 22 $bot->join('#ko boto');22 $bot->join('#kohana-dev', 'lovespeed'); 23 23 $bot->read(); 24 24 }
