Need help with a command.

By cakeeg312 on Jul 10, 2014

I was trying to make a little command to say were having technical difficulties, and for some odd reason, it does not work. I looked over it several times and am really stumped on what error i might have made. I am very accepting of adjustments and comments. Thank you for you time <3

on *:TEXT:!oops:#: { 
  if ($nick == examplenick) {
    msg $chan Sorry for any Technical difficulties. Please stand by whilist we work on the situation.
  }
}

Comments

Sign in to comment.
blackvenomm666   -  Jul 13, 2014

on :text:!oops:#:{
if ($nick == examplenick) {
msg $chan Sorry for any Technical difficulties. Please stand by whilist we work on the situation.
}
}

 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.