This commit is contained in:
Diego Martínez 2012-12-24 19:54:31 -02:00
parent 3aaf7722f9
commit e4751098a5
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ mt_irc.debug = true;
-- (boolean, default false)
-- For now leave this false if using autoconnect. Bot will join channel when first user
-- types the /join command in game.
mt_irc.connect_on_join = false;
mt_irc.auto_join = false;
-- Whether to automatically connect to the server on mod load
-- (boolean, default false)
mt_irc.connect_on_load = false;
mt_irc.auto_connect = false;