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…
x
Reference in New Issue
Block a user