From ce9d182fe700b1867e936a3e11c2e3faad2e2cc5 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Mon, 8 Mar 2021 17:33:18 +0700 Subject: [PATCH] Remove unrelated comment --- sources/Commands/BuiltInCommands/ACommandNick.uc | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/Commands/BuiltInCommands/ACommandNick.uc b/sources/Commands/BuiltInCommands/ACommandNick.uc index d61a0e4..03efb0c 100644 --- a/sources/Commands/BuiltInCommands/ACommandNick.uc +++ b/sources/Commands/BuiltInCommands/ACommandNick.uc @@ -19,7 +19,6 @@ */ class ACommandNick extends Command; -//'dosh' for giving dosh (subcommand for setting it, options for min/max resulting value, silent) protected function BuildData(CommandDataBuilder builder) { builder.Name(P("nick")).Summary(P("Changes nickname."));