Lowered the plugin's priority so it makes its decisisons about whether or not to relay something before anything else has gotten hold of the message.

This commit is contained in:
Jeremy Fincher 2003-10-22 05:15:19 +00:00
parent d28b015b52
commit e50243262d
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ Handles relaying between networks.
import plugins
import re
import sys
import time
import conf
@ -118,6 +119,7 @@ def configure(onStart, afterConnect, advanced):
class Relay(callbacks.Privmsg):
priority = sys.maxint
def __init__(self):
callbacks.Privmsg.__init__(self)
self.ircs = {}