mirror of
https://github.com/minetest-mods/irc.git
synced 2024-11-05 09:40:20 +01:00
Update src/config.lua
Removing autjoin stuff. Bot refuses to join regardless. Going to have bot join when any users types the in game "/join" command. For this to work autoconnect needs to enabled.
This commit is contained in:
parent
6e7447d7dd
commit
1d58683c7b
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
-- *************************
|
-- *************************
|
||||||
-- ** BASIC USER SETTINGS **
|
-- ** BASIC USER SETTINGS **
|
||||||
-- *************************
|
-- *************************
|
||||||
|
@ -42,6 +41,8 @@ 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