Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Thu, 30 Mar 2000 19:57:22 +0000 (19:57 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Thu, 30 Mar 2000 19:57:22 +0000 (19:57 +0000)
commit774b3ae6a3adcae71166214b00641fdd6e43d5dd
tree89266a4500582bbdd8e3b2851ffe7274c853d358
parent19f3b82e1e59755969887a5cb942928e87f88dfe
Author: Kev <klmitch@mit.edu>
Log message:

* ircd/m_clearmode.c (do_clearmode): do_clearmode() would remove
+k and +l even if they weren't set...

* ircd/m_opmode.c: implement the OPMODE command using mode_parse()

* ircd/channel.c: make mode_process_clients() clear the DEOPPED
flag; fix +s+p exclusivity; add MODE_ADD/MODE_DEL to flag list
for; test the 0-th member, not the i-th member, of the client
change state stuff

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@107 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
ircd/channel.c
ircd/m_clearmode.c
ircd/m_opmode.c