summaryrefslogtreecommitdiff
path: root/src/irc/core/modes.c
AgeCommit message (Expand)Author
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-10-15/DEVOICE * should devoice operators having voices too.Timo Sirainen
2001-06-12channel_set_singlemode() : don't do anything if you're not channel op/halfopTimo Sirainen
2001-05-11MODE +k handler was buggyTimo Sirainen
2001-05-09support for +O modeTimo Sirainen
2001-02-08/SET opermode - set this mode when you get ircop status.Timo Sirainen
2000-12-06sometimes channel key wasn't saved.Timo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-10-22Wildcards didn't with /OP (/DEOP, /VOICE, etc.) if there was more thanTimo Sirainen
2000-10-13updating user modes were handled as they were channel modes, like +oTimo Sirainen
2000-10-07If mode didn't have the expected argument irssi would loop forever.Timo Sirainen
2000-09-10/OP, /DEOP, etc. commands printed warning if no valid nicks were found.Timo Sirainen
2000-08-29/mode #channel -oooo... would deop the first 3, and then op the rest.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-26Some fixes to handling +l and +k mode.Timo Sirainen
2000-08-20Channel mode handling changed - there's no more mode_xxx fields inTimo Sirainen
2000-07-29/OP, /DEOP, /VOICE and /DEVOICE without any parameters didn't work rightTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-06-30When doing "/OP nick1 nick2" (two spaces), irssi tried to op "" nick too.Timo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-12Max. mode parameter count was taken from wrong place.Timo Sirainen
2000-06-10/MODE +something or /MODE -something assumes that we want to change theTimo Sirainen
2000-06-06bugfixTimo Sirainen
2000-05-25Added bot plugin, it also has almost-functional botnet.Timo Sirainen
2000-05-17/mode #channel -k key now removes the "+k" mode too instead of just settingTimo Sirainen
2000-05-10/MODE was buggyTimo Sirainen
2000-05-04.. lots of changes ..Timo Sirainen
2000-04-28/ban and /invite crashed, /mode didn't work. ctcp.c doesn't needTimo Sirainen
2000-04-26..adding new files..Timo Sirainen