mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
Fixed debug line for NSPass in irc mod
This commit is contained in:
parent
cde238efac
commit
cc128f5713
@ -105,7 +105,7 @@ function irc:connect()
|
||||
end
|
||||
|
||||
print("== This is a debug line, please check for it ==")
|
||||
print(self.config.NSPASS)
|
||||
print(self.config.NSPass)
|
||||
print("=== DEBUG FINISHED ===")
|
||||
if self.config.NSPass then
|
||||
self:say("NickServ", "IDENTIFY "..self.config.NSPass)
|
||||
|
Loading…
Reference in New Issue
Block a user