summaryrefslogtreecommitdiff
path: root/include/modules/away.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/away.h')
-rw-r--r--include/modules/away.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules/away.h b/include/modules/away.h
index e70b598cf..563b599fe 100644
--- a/include/modules/away.h
+++ b/include/modules/away.h
@@ -51,7 +51,6 @@ class Away::EventListener
/** Called when a user wishes to mark themselves as back.
* @param user The user who is going away.
- * @param message The away message that the user set.
* @return Either MOD_RES_ALLOW to allow the user to mark themself as back, MOD_RES_DENY to
* disallow the user to mark themself as back, or MOD_RES_PASSTHRU to let another module
* handle the event.