mirror of
https://github.com/minetest-mods/irc.git
synced 2024-12-27 01:10:17 +01:00
parent
3e2d98f9ef
commit
73cdb58c99
3
init.lua
3
init.lua
@ -129,7 +129,8 @@ function irc:connect()
|
|||||||
end
|
end
|
||||||
|
|
||||||
if self.config.NSPass then
|
if self.config.NSPass then
|
||||||
self:say("NickServ", "IDENTIFY "..self.config.NSPass)
|
self.conn:queue(irc.msgs.privmsg(
|
||||||
|
"NickServ", "IDENTIFY "..self.config.NSPass))
|
||||||
end
|
end
|
||||||
|
|
||||||
self.conn:join(self.config.channel, self.config.key)
|
self.conn:join(self.config.channel, self.config.key)
|
||||||
|
Loading…
Reference in New Issue
Block a user