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