1
0
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:
LeMagnesium 2015-01-23 18:18:27 +01:00
parent cde238efac
commit cc128f5713

View File

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