mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Added a debug line in IRC
This commit is contained in:
parent
59a736fc23
commit
3b0041c4f0
@ -104,6 +104,9 @@ function irc:connect()
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
print("== This is a debug line, please check for it ==")
|
||||||
|
print(self.config.NSPASS)
|
||||||
|
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)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user