Skip to content

Commit

Permalink
- added loading debug module
Browse files Browse the repository at this point in the history
  • Loading branch information
meebey committed Sep 23, 2004
1 parent 6804378 commit b1ece47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpbitch.php
Expand Up @@ -295,6 +295,7 @@ function show_synctime(&$irc, &$data)
$irc->loadModule('hex_ip');
$irc->loadModule('log');
$irc->loadModule('ident');
$irc->loadModule('debug');
$irc->loadModule('versions');

$irc->registerActionhandler(SMARTIRC_TYPE_BANLIST, 'End of Channel Ban List', $bot, 'show_synctime');
Expand Down

0 comments on commit b1ece47

Please sign in to comment.