diff --git a/plugins/relay.py b/plugins/relay.py index 231b55b..0236bc0 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -469,17 +469,6 @@ def removeChannel(irc, channel): if not utils.isInternalClient(remoteirc, user): relayPart(remoteirc, remotechan, user) -def relay(homeirc, func, args): - """ - - Relays a call to () to every IRC object's protocol - module except the source IRC network's.""" - for name, irc in utils.networkobjects.items(): - if name == homeirc.name: - continue - f = getattr(irc.proto, func) - f(*args) - @utils.add_cmd def create(irc, source, args): """