mirror of
https://github.com/anope/anope.git
synced 2026-07-01 16:06:38 +02:00
Cleanup of various different crashes/inconsistancies
This commit is contained in:
@@ -64,7 +64,7 @@ class CommandMSList : public Command
|
||||
CommandReturn Execute(User *u, const std::vector<Anope::string> ¶ms)
|
||||
{
|
||||
Anope::string param = !params.empty() ? params[0] : "", chan;
|
||||
ChannelInfo *ci;
|
||||
ChannelInfo *ci = NULL;
|
||||
const MemoInfo *mi;
|
||||
int i, end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user