Skip to content

Commit

Permalink
Merge pull request #986 from maxpowa/patch-3
Browse files Browse the repository at this point in the history
[find_updates] Fix missing RPL_ prefix
  • Loading branch information
embolalia committed Jan 6, 2016
2 parents ee86f38 + ce6c485 commit b4f1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/modules/find_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4f1546

Please sign in to comment.