1
0
tBKwtWS 6 жил өмнө
parent
commit
3475f7ef54

+ 1 - 1
rotbot/events/on_welcome.py

@@ -12,7 +12,7 @@ def process_event(self, connection, event):
     if network_services == 'x': # X bot.
         self.xbot = 'x@xhannels.%s' % '.'.join(event.source.split('.')[-2:])
         if self.network.password:   # Password saved.
-            connection.privmsg(self.xbot, 'LOGIN %s %s' % (self.networkself.nickname, self.network.password))   # Identify with X.
+            connection.privmsg(self.xbot, 'LOGIN %s %s' % (self.network.nickname, self.network.password))   # Identify with X.
 
     connection.mode(connection.get_nickname(), "-x")