Advertising
advertising
related pastes to tag 'cedar'
- 1001073 - Zeth's Trivia: cedar
-
- on *:START: { trivia.init }
- on *:LOAD: {
- var %v = 6.01
- if ($version < %v) {
- echo Please use mIRC %v or later.
- if ($input(Not using mirc %v or later, would you like to use the script anyway?,8,Override?)) { init.load }
- else { unload -rs $script }
- }
- 981781 - Cedars pm !kb: i love cedar
-
- on *:TEXT:!kb*:?:{
- if (($me ishop $2) || ($me isop $2) && ($nick isop $2) || ($nick ishop $2)) {
- mode $2 +b $3
- /kick $3 $2 $4-
- }
- if ($2 == $null) { msg $nick You need to Specify the 4Channel, Example
- msg $nick !kb 4<Channel>6 <Nick>7 <Reason>
- }