From ce6c48536802c87eeb572a2da3a795dbb57db6a0 Mon Sep 17 00:00:00 2001 From: Max Gurela Date: Tue, 5 Jan 2016 09:42:57 -0800 Subject: [PATCH] [find_updates] Fix missing RPL_ prefix --- sopel/modules/find_updates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel/modules/find_updates.py b/sopel/modules/find_updates.py index b7f675588a..7de00ad703 100644 --- a/sopel/modules/find_updates.py +++ b/sopel/modules/find_updates.py @@ -29,7 +29,7 @@ ) -@sopel.module.event(sopel.tools.events.LUSERCLIENT) +@sopel.module.event(sopel.tools.events.RPL_LUSERCLIENT) @sopel.module.rule('.*') def startup_version_check(bot, trigger): global startup_check_run