diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-02 11:15:42 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-02 11:15:42 +0100 |
commit | 94dbb1959308116c4edf411eb5e88d7ad871286d (patch) | |
tree | 74489b16ba4fd240acbb77c794d17e4931be4a78 /include | |
parent | 8232759a924e5bd8f7fa5a425dcb930bba4ef3fb (diff) |
Remove the formatting overload of User::SetModesInternal.
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index fb740ab94..dff68fef2 100644 --- a/include/users.h +++ b/include/users.h @@ -309,7 +309,6 @@ public: * @param setter who/what is setting the mode * @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. |