diff options
author | Sadie Powell <sadie@witchery.services> | 2021-08-01 18:53:24 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-08-01 18:53:24 +0100 |
commit | 561b205c4a3a125c12a7926ef18fa1eb822c387c (patch) | |
tree | c763ddefe765e23ec0ff189e24d55f634b52b954 /include/channels.h | |
parent | 376053e0acae2a37a8f5c77c8de25ebf8a8395a9 (diff) | |
parent | 91321bdf682eb5b512373bb56c722f943cbc8183 (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/channels.h b/include/channels.h index 2d9b848d8..838dd15c0 100644 --- a/include/channels.h +++ b/include/channels.h @@ -232,7 +232,7 @@ class CoreExport Channel : public Base, public Extensible * @param bi The sender, can be NULL for the service bot for this channel * @param u The user being kicked * @param reason The reason for the kick - * @return true if the kick was scucessful, false if a module blocked the kick + * @return true if the kick was successful, false if a module blocked the kick */ bool Kick(BotInfo *bi, User *u, const char *reason = NULL, ...); @@ -249,7 +249,7 @@ class CoreExport Channel : public Base, public Extensible /** Get a string of the modes set on this channel * @param complete Include mode parameters - * @param plus If set to false (with complete), mode parameters will not be given for modes requring no parameters to be unset + * @param plus If set to false (with complete), mode parameters will not be given for modes requiring no parameters to be unset * @return A mode string */ Anope::string GetModes(bool complete, bool plus); |