mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 40
T
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Dec 2002
Posts: 40
I am having a little trouble here with the script below. For some strange reason /me and /say won't work and /ame sends the action text to all channels the bot is on. Can anyone help me to get the action text to be said on a specific channel please.

Code:
on *:TEXT:*:%DC:{
  if ( $chr(33) $+ hug isin $1 ) { goto hugs }
  else goto end
  :hugs
  if ( $2 = $null ) { goto end }
  else { .set %hug $nick | .set %hugd $2 | goto final }
  :final
  /ame watches %hug wrap their arms around %hugd and give them a big ole hug.
  goto end
  :end
  .unset %hug
  .unset %hugd
}
 


~ @#FunFactory / @#WorldChat ~ on DALnet ~
Joined: Dec 2002
Posts: 40
T
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Dec 2002
Posts: 40
thanks to those who may have just read the above post but I have just figured out how to do it.

/describe %DC

is how it worked in the specific channel I wanted.


~ @#FunFactory / @#WorldChat ~ on DALnet ~

Link Copied to Clipboard