Simple RawMode

By Disturbed on Dec 22, 2006

Just Put it on a new page in remotes.

on *:RAWMODE:*:{
  if (- isin $1) {
    if (e isin $1) {
      mode $chan +e $address($me,1)
      mode $chan +e $address($me,2)
      mode $chan +e $address($me,3)
      mode $chan +I $address($me,1)
      mode $chan +I $address($me,2)
      mode $chan +I $address($me,3)

    }
  }

Comments

Sign in to comment.
guest598594   -  Oct 05, 2007

u could use a while loop to do all of those modes

also, make it

if ($1 == -e) {
 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.