mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +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
|
||||
end
|
||||
|
||||
print("== This is a debug line, please check for it ==")
|
||||
print(self.config.NSPASS)
|
||||
print("=== DEBUG FINISHED ===")
|
||||
if self.config.NSPass then
|
||||
self:say("NickServ", "IDENTIFY "..self.config.NSPass)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user