1
0
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:
sjaz
2009-06-05 16:06:48 +00:00
parent 6bed75b41f
commit 2eae738083
+1 -1
View File
@@ -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;