Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Mass modez
- .owner:{ .set %mode q | .set %sym + | .cmz | .set %mode v | .set %sym + | .cmz }
- .deowner:{ .set %mode q | .set %sym - | .cmz }
- .op:{ .set %mode o | .set %sym + | .cmz | .set %mode v | .set %sym + | .cmz }
- .deop:{ .set %mode o | .set %sym - | .cmz }
- .voice:{ .set %mode v | .set %sym + | .cmz }
- .devoice:{ .set %mode v | .set %sym - | .cmz }
- .kickz
- ..kick:{ echo -a 11 Disabled at this time | .draw dKICK d# d$snicks : $+ d$?="reason?" }
- ..ban:{ echo -a 11 Disabled at this time | .draw dKICK d# d$snicks : $+ d$?="why?" | dbup $snicks }
- Mass 1-10 users
- .ADD
- ..Deny:{
- var %c = 1, %t = $snick(#,0) | .who #
- while (%c <= %t) { var %n = $snick(#,%c) | access # add DENY $ial(%n).addr 0 : %n | inc %c }
- }
- ..DenyKick:{
- var %c = 1, %t = $snick(#,0) | .who #
- while (%c <= %t) { var %n = $snick(#,%c) | access # add DENY $ial(%n).addr 0 : %n | .raw kick $snick(#,%c) | inc %c }
- }
- ..Owner:{
- var %c = 1, %t = $snick(#,0) | .who #
- while (%c <= %t) { var %n = $snick(#,%c) | access # add owner $ial(%n).addr 0 : %n | inc %c }
- }
- ..Host:{
- var %c = 1, %t = $snick(#,0) | .who #
- while (%c <= %t) { var %n = $snick(#,%c) | access # add host $ial(%n).addr 0 : %n | inc %c }
- }
- ..Grant:{
- var %c = 1, %t = $snick(#,0) | .who #
- while (%c <= %t) { var %n = $snick(#,%c) | access # add Grant $ial(%n).addr 0 : %n | inc %c }
- }
- .Delete
- ..Deny:{
- var %c = 1, %t = $snick(#,0) | .who
- while (%c <= %t) { var %n = $snick(#,%c) | access # delete DENY $ial(%n).addr | inc %c }
- }
- ..Owner:{
- var %c = 1, %t = $snick(#,0) | .who #
- while (%c <= %t) { var %n = $snick(#,%c) | access # delete owner $ial(%n).addr | inc %c }
- }
- ..Host:{
- var %c = 1, %t = $snick(#,0) | .who #
- while (%c <= %t) { var %n = $snick(#,%c) | access # delete host $ial(%n).addr | inc %c }
- }
- ..Grant:{
- var %c = 1, %t = $snick(#,0) | .who #
- while (%c <= %t) { var %n = $snick(#,%c) | access # delete Grant $ial(%n).addr | inc %c }
- }
- cmz { .raw mode # %sym $+ $str(%mode,$numtok($snicks,44)) $replace($snicks,$chr(44),$chr(32)) }
- On ^1:Mode:#: {
- if (+i isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Enabled Invite Only. | .haltdef }
- if (+k isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Set Room Key $2- $+ . | .haltdef }
- if (+l isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Set the Room Limit $2- $+ . | .haltdef }
- if (+m isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Enabled Spectator Mode. | .haltdef }
- if (+n isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Disabled Talking Through Others Names. | .haltdef }
- if (+p isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Enabled Private Room. | .haltdef }
- if (+s isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Enabled Secrect Room. | .haltdef }
- if (+t isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Enabled Hosts Only Can Change The Topic. | .haltdef }
- if (+u isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Enabled Knock Notifications | .haltdef }
- if (+v isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Disabled Guest Whisper | .haltdef }
- if (+w isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Disabled Whispers | .haltdef }
- if (-i isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Disabled Invite Only. | .haltdef }
- if (-k isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has UnSet Room Key $2- $+ . | .haltdef }
- if (-l isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has UnSet the Room Limit $2- $+ . | .haltdef }
- if (-m isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Disabled Spectator Mode. | .haltdef }
- if (-n isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Enabled Talking Through Others Names. | .haltdef }
- if (-p isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Disabled Private Room. | .haltdef }
- if (-s isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Disabled Secrect Room. | .haltdef }
- if (-t isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Disabled Hosts Only Can Change The Topic. | .haltdef }
- if (-u isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Disabled Knock Notifications | .haltdef }
- if (-v isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Enabled Guest Whisper | .haltdef }
- if (-w isin $1-) { //echo $chan 4 $+ $converter($nick) $+ has Enabled Whispers | .haltdef }
- }
- on ^1:TOPIC:#: { //echo $chan 10 The chat's topic has changed to: 1 $+ $$1 $2- 14By $nick | .haltdef }
Advertisement
Add Comment
Please, Sign In to add comment