1
0
зеркало из https://github.com/sys4-fr/server-nalc.git synced 2025-12-16 15:15:27 +01:00
Этот коммит содержится в:
LeMagnesium
2015-01-12 21:39:19 +01:00
родитель 59a736fc23
Коммит 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