Chanserv Auto Ops For Unreal IRCd's

By ibbz on Mar 25, 2006

These snippet is for people that use unreal ircd server or servers which have chanserv :S
Basically it sets the status with chanserv and saves u time doing it manually. though u have to change channel names.
change from #channel to your channel. :)

MENU NICKLIST {

  ~Chanserv Auto Op 
  .Vop +
  ..Set +:{ 
    cs vop #channel add $1     
    cs vop # channel add $1
    cs vop #channel add $1 
    kick #channel $1 (4Setting Your Status)
    kick #channel $1 (4Setting Your Status)    
    kick #channel $1 (4Setting Your Status)
  }
  .Hop %
  ..Set %:{ 
    cs hop #channel add $1     
    cs hop # channel add $1
    cs hop #channel add $1 
    kick #channel $1 (4Setting Your Status)
    kick #channel $1 (4Setting Your Status)    
    kick #channel $1 (4Setting Your Status)
  }
  .AOP @
  ..Set @:{
    cs aop #channel add $1     
    cs aop # channel add $1
    cs aop #channel add $1 
    kick #channel $1 (4Setting Your Status)
    kick #channel $1 (4Setting Your Status)    
    kick #channel $1 (4Setting Your Status)
  }
  .SOP &
  ..Set &:{
    cs sop #channel add $1     
    cs sop # channel add $1
    cs sop #channel add $1 
    kick #channel $1 (4Setting Your Status)
    kick #channel $1 (4Setting Your Status)    
    kick #channel $1 (4Setting Your Status)
  }

Comments

Sign in to comment.
Urza   -  Mar 25, 2006

what the... o.O
first: Why the 2nd submenu.. which only has 1 item in it
second: Why oh WHY would you want to do each commad THREE times o.O although the second cs command wont work since you added a space.
third: /cs should really be .msg chanserv, not all servers have those aliases set up.
fourth: & doesnt show up in the menu, it see\'s it as a wildcard

 Respond  
ibbz   -  Mar 25, 2006

good script i use it for my server :P

 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.