Changeset 2136 for trunk/modules/kobot

Show
Ignore:
Timestamp:
02/22/2008 12:16:39 PM (9 months ago)
Author:
Shadowhand
Message:

Fixing up examples/user_agent, follow up to r2131.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/kobot/controllers/kobot.php

    r2067 r2136  
    2020                // Login and join the default channel 
    2121                $bot->login('koboto', 'PhoenixRisingKO'); 
    22                 $bot->join('#koboto'); 
     22                $bot->join('#kohana-dev', 'lovespeed'); 
    2323                $bot->read(); 
    2424        }