X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fchannels.h;h=1b6e9a8757ac6d1f80d30ea23d67bf38c80be975;hb=7b08be5752bb91d495f324f97b346976d669ad90;hp=dfee69dc066d1fcfa6fb8774e7c5bd9aa95fc2ab;hpb=828f256a9bd8278540bf4beede36c485e2c3e86f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/channels.h b/include/channels.h index dfee69dc0..1b6e9a875 100644 --- a/include/channels.h +++ b/include/channels.h @@ -207,7 +207,7 @@ class CoreExport Channel : public Extensible * @param parameter The parameter string to associate with this mode character. * If it is empty, the mode is unset; if it is nonempty, the mode is set. */ - void SetMode(char mode, std::string parameter); + void SetModeParam(char mode, std::string parameter); /** Returns true if a mode is set on a channel * @param mode The mode character you wish to query