Topic script

By macs-rock on Jan 03, 2011

DO NOT LISTEN TO THE TAGS
THIS WAS ADDED CAUSE PASTEBIN DID NOT SHOW THE SCRIPT RIGHT

ALSO IF YOU WHANT TO FIX IT UP A BIT LET ME KNOW THANKS...

on 1:TEXT:!topic:#:{ if ($nick isop $chan) {
set %topic $chan 12 $1 / 9 $2 / 4 $3 / 8 $4 / 5 $5
}
else {
msg $chan $nick you do not have the correct channel operator permtions
  }
}

Comments

Sign in to comment.
macs-rock   -  Jan 03, 2011

yes i am on about making a colored script

 Respond  
Alpha Atom   -  Jan 03, 2011

Okay, you should probably change that quite a lot, perhaps something like this:

on *:TEXT:!topic *:#:{
if ($nick isop $chan) {
topic $chan $2-
}
else {
msg # You do not have the required operator privileges.
}
}
 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.