projects
/
serene-ircd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4859fba
)
Remove seperate handling of o and O lines
author
Remco Rijnders
<remco@webconquest.com>
Wed, 14 Nov 2012 05:45:44 +0000
(06:45 +0100)
committer
Remco Rijnders
<remco@webconquest.com>
Wed, 14 Nov 2012 05:47:56 +0000
(06:47 +0100)
src/s_conf.c
patch
|
blob
|
history
diff --git
a/src/s_conf.c
b/src/s_conf.c
index 56a4367e06bc2943a853351e142973fdbf267fb0..4509cccf54c8287749403ad2c2139d0d6b81e575 100644
(file)
--- a/
src/s_conf.c
+++ b/
src/s_conf.c
@@
-1071,10
+1071,6
@@
int initconf (opt)
aconf->status = CONF_NOCONNECT_SERVER;
break;
case 'O':
- aconf->status = CONF_OPERATOR;
- break;
- /* Local Operator, (limited privs --SRB)
- * Not anymore, OperFlag access levels. -Cabal95 */
case 'o':
aconf->status = CONF_OPERATOR;
break;