1
0
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:
LeMagnesium 2015-01-12 21:39:19 +01:00
parent 59a736fc23
commit 3b0041c4f0

View File

@ -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