|
|
@@ -72,7 +72,7 @@ def process_event(self, connection, event):
|
|
|
# return
|
|
|
if event.source.nick != "Global":
|
|
|
Inform.notice_owners(self, connection, 'Notice from %s%s%s: %s%s' % (font.red, event.source.nick, font.grey, font.reset, event.arguments[0]))
|
|
|
- if event.arguments[0] == '*** Looking up your hostname...' or event.arguments[0] == '*** Found your hostname' or event.arguments[0].startswith('*** Connected securely via ') or event.arguments[0] == '*** Your host is masked (':
|
|
|
+ if event.arguments[0] == '*** Looking up your hostname...' or event.arguments[0] == '*** Found your hostname' or event.arguments[0].startswith('*** Connected securely via ') or event.arguments[0] == '*** Your host is masked (' or event.arguments[0] == 'You are connected to ' or event.arguments[0] == 'Highest connection count: ':
|
|
|
return # Do not forward these messages.
|
|
|
|
|
|
async def register_later(self, connection, seconds):
|