summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-01-06 14:41:54 +0000
committerSadie Powell <sadie@witchery.services>2024-01-08 13:11:50 +0000
commit5db79c1e242d4c06d1aeb2b09f99b8254b7fb5de (patch)
tree05beddb85b9a11c8c674d78f7405f50072f18f7b /include/users.h
parenta4dddfd5f121c9cc74e05e08a568c6a9febfd56f (diff)
Add a non-formatting overload of User::SetModesInternal.
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h
index 28c32f385..f017c0e9d 100644
--- a/include/users.h
+++ b/include/users.h
@@ -309,6 +309,7 @@ public:
* @param umodes The modes
*/
void SetModesInternal(const MessageSource &source, const char *umodes, ...) ATTR_FORMAT(3, 4);
+ void SetModesInternal(const MessageSource &source, const Anope::string &umodes);
/** Get modes set for this user.
* @return A string of modes set on the user