mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Added an XXX.
This commit is contained in:
parent
fae5772f19
commit
6d99d8251a
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user