/sahopall command

By [DX] on Nov 25, 2008

Code based on XTZGZoReX's idea at IRCop /sahop command

This code will do SAPart and SAJoin user from all comchans

Syntax: /sahopall

NOTE: Requires IRCop Status, some networks (which using UnrealIRCd) requires Services Admin

alias sahopall {
  if (!$1) { 
    echo -s * /echo: insufficient parameters 
  }
  else {
    set %.n 1 
    while (%.n <= $comchan($1,0)) { 
      sapart $1 $comchan($1,%.n) $2-
      sajoin $1 $comchan($1,%.n)
      inc %.n 
    } 
  }
}

Comments

Sign in to comment.
CoCooner   -  May 03, 2009

hello great script
It is possible that all user can sahop in all channel the users are ?

 Respond  
[DX]   -  Nov 27, 2008

Scakk thanks for reply, On Unreal ircd does

 Respond  
Scakk   -  Nov 26, 2008

/sapart does not allow a part message. At least on the Network I am on as an Oper.

 Respond  
guest598594   -  Nov 26, 2008

You should make the variables local by using /var instead of /set.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.