Fix bug in do_set

This commit is contained in:
Mark 2003-12-02 20:39:50 +00:00
parent 0c96dcc543
commit a4df099b6a

2
opsb.c
View file

@ -481,7 +481,7 @@ int do_set(User *u, char **av, int ac) {
if (UserLevel(u) < 100) { if (UserLevel(u) < 100) {
prefmsg(u->nick, s_opsb, "Access Denied"); prefmsg(u->nick, s_opsb, "Access Denied");
chanalert(s_opsb, "%s tried to set, but doesn't have access"); chanalert(s_opsb, "%s tried to set, but doesn't have access", u->nick);
return 0; return 0;
} }