From: Michael Poole Date: Fri, 22 Sep 2006 03:33:25 +0000 (+0000) Subject: Fix comment about +O vs +o. X-Git-Tag: v1.4.0-rc1~112 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=71b4b4eb3ebf1e27ba4b394f47953c409330010a Fix comment about +O vs +o. src/hash.h (FLAGS_OPER): The user mode is actually +o, not +O. git-archimport-id: srvx@srvx.net--2006/srvx--devo--1.3--patch-44 --- diff --git a/ChangeLog b/ChangeLog index 683afca..c212c98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,19 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3 # +2006-09-22 03:33:25 GMT Michael Poole patch-44 + + Summary: + Fix comment about +O vs +o. + Revision: + srvx--devo--1.3--patch-44 + + src/hash.h (FLAGS_OPER): The user mode is actually +o, not +O. + + modified files: + ChangeLog src/hash.h + + 2006-09-22 03:28:08 GMT Michael Poole patch-43 Summary: diff --git a/src/hash.h b/src/hash.h index 99b4114..f1b9f48 100644 --- a/src/hash.h +++ b/src/hash.h @@ -45,7 +45,7 @@ #define MODE_UPASS 0x20000 /* +U userpass */ #define MODE_REMOVE 0x80000000 -#define FLAGS_OPER 0x0001 /* Operator +O */ +#define FLAGS_OPER 0x0001 /* global operator +o */ #define FLAGS_INVISIBLE 0x0004 /* invisible +i */ #define FLAGS_WALLOP 0x0008 /* receives wallops +w */ #define FLAGS_DEAF 0x0020 /* deaf +d */