Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # /unhide alias made by Xaifas on undernet Long time ago.
- # Type /unhide to reveal all hidden userd under +D
- # Make sure to use this after +D is REMOVED (/mode #chan -D)
- ###########################################
- alias unhide {
- hadd -mu4 noflood plx 1
- .timer 1 0 names -d $chan
- }
- raw 355:*:{
- if ( $hget(noflood,plx) ) {
- var %total = $numtok($4-,32)
- hadd -mu15 user list $4-
- var %x = $hget(user,0).item
- while ( %x > 0 ) {
- var %a = $gettok($hget(user,list),1-6,32)
- .timer 1 0 mode $3 +vvvvvv %a
- .timer 1 1 mode $3 -vvvvvv %a
- hadd user list $gettok($hget(user,list),7-,32)
- dec %x 6
- }
- HALT
- }
- }
- raw 366:*:{ if ( $Hget(noflood,plx) ) { HALT } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement