diff --git a/xmpp-ircd.py b/xmpp-ircd.py index b695fa7..3052ef8 100755 --- a/xmpp-ircd.py +++ b/xmpp-ircd.py @@ -1530,6 +1530,10 @@ class ClientThread(Thread): self.xmppCommandGETWHOIS(jid) elif command == 'AWAY': + # FIXME + self.printError('AWAY command ignored to avoid crashing (FIXME): %s' % data) + return + arguments = arguments[1:] # remove the : show = '' if arguments != '':