mirror of
https://github.com/anope/anope.git
synced 2026-06-28 15:56:38 +02:00
Patch to fix issue with /CS INFO (Thanks Adam)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2312 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ class CommandCSInfo : public Command
|
||||
ChannelInfo *ci;
|
||||
char buf[BUFSIZE];
|
||||
struct tm *tm;
|
||||
bool has_auspex = u->nc->HasPriv("chanserv/auspex");
|
||||
bool has_auspex = u->nc && u->nc->HasPriv("chanserv/auspex");
|
||||
int show_all = 0;
|
||||
time_t expt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user