mirror of
https://github.com/anope/anope.git
synced 2026-07-07 16:23:14 +02:00
Fixed non-debug build
This commit is contained in:
@@ -27,7 +27,7 @@ class CommandMSList : public Command
|
||||
User *u = source.u;
|
||||
|
||||
Anope::string param = !params.empty() ? params[0] : "", chan;
|
||||
ChannelInfo *ci;
|
||||
ChannelInfo *ci = NULL;
|
||||
const MemoInfo *mi;
|
||||
|
||||
if (!param.empty() && param[0] == '#')
|
||||
|
||||
Reference in New Issue
Block a user