fixed typo

This commit is contained in:
WolverinDEV 2019-07-23 10:23:12 +02:00
parent 1211f517d5
commit 34b363f4cf

View File

@ -1668,7 +1668,7 @@ inline ssize_t count_characters(const std::string& in) {
* 3. Apply changed, test for advanced requirements like channel name etc * 3. Apply changed, test for advanced requirements like channel name etc
* 4. notify everyone * 4. notify everyone
*/ */
CommandResult ConnectedClient:handleCommandChannelEdit(Command &cmd) { CommandResult ConnectedClient::handleCommandChannelEdit(Command &cmd) {
CMD_RESET_IDLE; CMD_RESET_IDLE;
CMD_CHK_AND_INC_FLOOD_POINTS(25); CMD_CHK_AND_INC_FLOOD_POINTS(25);