Skip to content

Commit

Permalink
[find_updates] Fix missing RPL_ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpowa committed Jan 5, 2016
1 parent ee86f38 commit ce6c485
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 ce6c485

Please sign in to comment.