forked from minetest-mods/irc
Merge branch 'master' of https://github.com/kaeza/minetest-irc
This commit is contained in:
commit
14d60f4a4f
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
-- *************************
|
-- *************************
|
||||||
-- ** BASIC USER SETTINGS **
|
-- ** BASIC USER SETTINGS **
|
||||||
-- *************************
|
-- *************************
|
||||||
@ -41,7 +40,9 @@ mt_irc.message_format_in = "<$(name)@IRC> $(message)";
|
|||||||
mt_irc.debug = true;
|
mt_irc.debug = true;
|
||||||
|
|
||||||
-- Whether to automatically join the channed when player joins
|
-- Whether to automatically join the channed when player joins
|
||||||
-- (boolean, default false)
|
-- (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.connect_on_join = false;
|
||||||
|
|
||||||
-- Whether to automatically connect to the server on mod load
|
-- Whether to automatically connect to the server on mod load
|
||||||
|
Loading…
Reference in New Issue
Block a user