mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-03 21:10:40 +01:00
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:
parent
d28b015b52
commit
e50243262d
@ -36,6 +36,7 @@ Handles relaying between networks.
|
|||||||
import plugins
|
import plugins
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
import sys
|
||||||
import time
|
import time
|
||||||
|
|
||||||
import conf
|
import conf
|
||||||
@ -118,6 +119,7 @@ def configure(onStart, afterConnect, advanced):
|
|||||||
|
|
||||||
|
|
||||||
class Relay(callbacks.Privmsg):
|
class Relay(callbacks.Privmsg):
|
||||||
|
priority = sys.maxint
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
callbacks.Privmsg.__init__(self)
|
callbacks.Privmsg.__init__(self)
|
||||||
self.ircs = {}
|
self.ircs = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user