Fixed player being able to chat on IRC even with no shout privilege

This commit is contained in:
Diego Martínez
2013-01-08 14:13:41 -02:00
parent 57cc54ec8c
commit 4baafeec46
3 changed files with 9 additions and 2 deletions

View File

@ -36,7 +36,7 @@ mt_irc.timeout = nil;
-- Nickname when using single conection (string, default "minetest-"..<server-id>);
-- (<server-id> is the server IP address packed as a 32 bit integer).
mt_irc.server_nick = "HelloIRC";
mt_irc.server_nick = nil;
-- Password to use when using single connection (string, default "")
mt_irc.password = nil;