Difference between revisions of "Category:Raw kick"
From Scriptwiki
(added internal links) |
|||
Line 1: | Line 1: | ||
=== Kick === | === Kick === | ||
* [[Raw_403|Raw 403]] This is returned when a channel does not exist | * [[Raw_403|Raw 403]] This is returned when a channel does not exist | ||
− | * [[Raw_441|Raw 441]] This is returned when trying to kick/op/voice/deop/devoice someone who is not on the channel | + | * [[Raw_441|Raw 441]] This is returned when trying to [[Kick|kick]]/[[Mode|op]]/[[Mode|voice]]/[[Mode|deop]]/[[Mode|devoice]] someone who is not on the channel |
* [[Raw_461|Raw 461]] This is returned when not enough parameters are specified | * [[Raw_461|Raw 461]] This is returned when not enough parameters are specified | ||
* [[Raw_482|Raw 482]] This is returned when trying to use a command which requires you to be a channel operator | * [[Raw_482|Raw 482]] This is returned when trying to use a command which requires you to be a channel operator | ||
− | * [[Raw_484|Raw 484]] This is returned when trying to kill, kick or deop an IRC Operator with usermode +k set | + | * [[Raw_484|Raw 484]] This is returned when trying to [[Kill|kill]], kick or deop an IRC Operator with usermode [[Mode|+k]] set |
* [[Raw_485|Raw 485]] This is returned when trying to kill, kick or deop a network service | * [[Raw_485|Raw 485]] This is returned when trying to kill, kick or deop a network service | ||
− | * [[Raw_498|Raw 498]] This is returned when trying to kick or deop an IRC Operator on a local channel (feature NO_OPER_DEOP_LCHAN is TRUE) | + | * [[Raw_498|Raw 498]] This is returned when trying to kick or deop an [[IRC]] Operator on a local channel (feature NO_OPER_DEOP_LCHAN is TRUE) |
* [[Raw_kick|Raw KICK]] This shows a user being kicked from a channel. | * [[Raw_kick|Raw KICK]] This shows a user being kicked from a channel. | ||
[[Category:Raws]] | [[Category:Raws]] |
Latest revision as of 12:24, 4 September 2005
Kick
- Raw 403 This is returned when a channel does not exist
- Raw 441 This is returned when trying to kick/op/voice/deop/devoice someone who is not on the channel
- Raw 461 This is returned when not enough parameters are specified
- Raw 482 This is returned when trying to use a command which requires you to be a channel operator
- Raw 484 This is returned when trying to kill, kick or deop an IRC Operator with usermode +k set
- Raw 485 This is returned when trying to kill, kick or deop a network service
- Raw 498 This is returned when trying to kick or deop an IRC Operator on a local channel (feature NO_OPER_DEOP_LCHAN is TRUE)
- Raw KICK This shows a user being kicked from a channel.