mirror of
https://github.com/anope/anope.git
synced 2026-07-03 18:43:12 +02:00
Added /bs set msg
This commit is contained in:
@@ -22,8 +22,6 @@ class CommandHSList : public Command
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
{
|
||||
User *u = source.u;
|
||||
|
||||
const Anope::string &key = !params.empty() ? params[0] : "";
|
||||
int from = 0, to = 0, counter = 1;
|
||||
unsigned display_counter = 0;
|
||||
|
||||
Reference in New Issue
Block a user