mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
Fixed debug line for NSPass in irc mod
This commit is contained in:
parent
cde238efac
commit
cc128f5713
@ -105,7 +105,7 @@ function irc:connect()
|
|||||||
end
|
end
|
||||||
|
|
||||||
print("== This is a debug line, please check for it ==")
|
print("== This is a debug line, please check for it ==")
|
||||||
print(self.config.NSPASS)
|
print(self.config.NSPass)
|
||||||
print("=== DEBUG FINISHED ===")
|
print("=== DEBUG FINISHED ===")
|
||||||
if self.config.NSPass then
|
if self.config.NSPass then
|
||||||
self:say("NickServ", "IDENTIFY "..self.config.NSPass)
|
self:say("NickServ", "IDENTIFY "..self.config.NSPass)
|
||||||
|
Loading…
Reference in New Issue
Block a user