Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Thu, 30 Mar 2000 04:15:16 +0000 (04:15 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Thu, 30 Mar 2000 04:15:16 +0000 (04:15 +0000)
commit8d9e4ba5559826fb3c32db8e76896ab8f4daef07
tree32146d8f4686139d4570d929b8d93ee1205ffae4
parent4499ca3f8d3fc3bf05c8050cc4ac5ffe7f3fe803
Author: Kev <klmitch@mit.edu>
Log message:

* ircd/channel.c: initial definition of mode_parse(); flags to
prevent doing the same thing multiple times; helper method
send_notoper() to send a "Not oper"/"Not on channel" notice

* include/channel.h: declare mode_parse() and helper flags

* ircd/channel.c (modebuf_flush_int): fiddled with timestamp
sending to match the current action of set_mode() closely enough
that hopefully there won't be major conflicts

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