From a348bf4241397a6b114b9ee1963cae177e743d86 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 3 Apr 2016 17:08:48 +0100 Subject: fixed some dumb typos --- IRCLineHandler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IRCLineHandler.py') diff --git a/IRCLineHandler.py b/IRCLineHandler.py index 406dcfd8..df06cba0 100644 --- a/IRCLineHandler.py +++ b/IRCLineHandler.py @@ -215,7 +215,7 @@ def handle_MODE(): channel.add_mode(char, nickname) else: args.pop(0) - bot.events.on("received").on("mode").call( + bot.events.on("received").on("mode").call( line=line, line_split=line_split, server=server, bot=bot, modes=modes, args=args, channel=channel) elif server.is_own_nickname(target): @@ -231,7 +231,7 @@ def handle_MODE(): server.remove_own_mode(char) else: server.add_own_mode(char) - bot.events.on("self").on("mode").call( + bot.events.on("self").on("mode").call( line=line, line_split=line_split, server=server, bot=bot, modes=modes) @handler(description="I've been invited somewhere") -- cgit v1.3.1-10-gc9f91