summaryrefslogtreecommitdiff
path: root/include/modules/away.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-03-31 10:38:54 +0100
committerSadie Powell <sadie@witchery.services>2021-03-31 10:51:51 +0100
commit952ee5cc603a5231348b8cfab18ee85a097f5394 (patch)
treeaf56b96d229f931ace18fcf69a35614b5921e289 /include/modules/away.h
parent8c3c4f8e8274a598b4ba573f9eabfd0940d2e88d (diff)
Fix various documentation comments.
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.