Added an XXX.

This commit is contained in:
Jeremy Fincher 2004-10-27 07:31:03 +00:00
parent fae5772f19
commit 6d99d8251a

View File

@ -130,6 +130,7 @@ class Network(callbacks.Privmsg):
disconnects and then reconnects to the network the command was given disconnects and then reconnects to the network the command was given
on. on.
""" """
# XXX Should send a QUIT message.
network = self._getNetwork(irc, args) network = self._getNetwork(irc, args)
if args: if args:
irc.error('I\'m not connected to %s.' % privmsgs.getArgs(args)) irc.error('I\'m not connected to %s.' % privmsgs.getArgs(args))