mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fix for IrcObjectProxy.error not accepting a Raise argument.
This commit is contained in:
parent
50d0b8bd85
commit
c5a4972cc8
@ -750,7 +750,8 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
|
||||
(network, server) = privmsgs.getArgs(args, optional=1)
|
||||
for otherIrc in world.ircs:
|
||||
if otherIrc.network == network:
|
||||
irc.error('I\'m already connected to %s.' % network,Raise=True)
|
||||
irc.error('I\'m already connected to %s.' % network)
|
||||
return
|
||||
if server:
|
||||
if ':' in server:
|
||||
(server, port) = server.split(':')
|
||||
|
Loading…
Reference in New Issue
Block a user