diff options
Diffstat (limited to 'src/common/plugin-timer.c')
-rw-r--r-- | src/common/plugin-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/plugin-timer.c b/src/common/plugin-timer.c index eaf6cde6..8da1edbf 100644 --- a/src/common/plugin-timer.c +++ b/src/common/plugin-timer.c @@ -202,7 +202,7 @@ xchat_plugin_init *plugin_desc = "IrcII style /TIMER command"; *plugin_version = ""; - xchat_hook_command (ph, "TIMER", XCHAT_PRI_NORM, timer_cb, HELP, 0); + xchat_hook_command (ph, "TIMER", HEXCHAT_PRI_NORM, timer_cb, HELP, 0); return 1; /* return 1 for success */ } |