summaryrefslogtreecommitdiff
path: root/src/core/os_oper.c
diff options
context:
space:
mode:
authorrobbeh <robbeh@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 14:54:56 +0000
committerrobbeh <robbeh@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 14:54:56 +0000
commit09dedba37955654b7da09ffcaf49081ca1d9df2a (patch)
tree453518f04138cfd9ba33c2b0f51211561bdb7608 /src/core/os_oper.c
parent602b468efdd7cbe4ca40a8e38846189e3c09fb28 (diff)
First stab at adding User::nc as requested!
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2055 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/os_oper.c')
-rw-r--r--src/core/os_oper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_oper.c b/src/core/os_oper.c
index bc7031c51..7ddceb257 100644
--- a/src/core/os_oper.c
+++ b/src/core/os_oper.c
@@ -172,7 +172,7 @@ class CommandOSOper : public Command
if (!nick || (isdigit(*nick) && strspn(nick, "1234567890,-") == strlen(nick)))
{
- res = slist_enum(&servopers, nick, &oper_list_callback, u, &sent_header);
+ int res = slist_enum(&servopers, nick, &oper_list_callback, u, &sent_header);
if (!res)
{
notice_lang(s_OperServ, u, OPER_OPER_NO_MATCH);