Sorasyn commented on a Page, Advanced Bot Request Script With Blacklist  -  Jun 18, 2010

"you need to edit "#iCCG" with your bot request channel"

instead of making the user replace all instances of #iCCG which at a quick glance is far more than just a few. i would suggest using an alias so universal changes such as replacing channels wont be a tedious task.

 Alias BotChan { return #iCCG } 

Making in depth changes easy, your code more user friendly, and easier to manage.

Turning something like this -

   else {
    msg #iCCG Incorrect code! Please try again
  } 

to something like this

else {
    msg $botchan Incorrect code! Please try again
  } 
 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.