Skip to content
Buzzen Chat Network

Whisper Response

A TG007 community discussion started by CharmedOne.

Discussion 6 posts
Page 1 of 1
Open
Topic #13796 · 6 published posts · 1,761 views

I was needing a code where if someone whispered me it would be a auto message that I am not here & to leave a message, can someone help ty. :pizza:

will be something like this

 

on *:TEXT:*:?: { msg $nick Sorry $nick i am not available right now }

 

it may not be defo correct as i have not used mirc for a while but someone will coreect it lol

Spam Honeypot - http://www.haggistech.co.uk/honey(humans do not register)

on *:TEXT:*:?: { dosent work well i have better luck with raw whisper

raw whisper:*:{ 
      if ($window(@whispers) == $null) { window -knz @whispers } 
      echo @whispers  Time:  $asctime(dd mmmm yyyy) - $timestamp - $nick - $1
      echo @whispers  Message:  $strip($regsubex($3-, /\[(?:style\x20.*?|/style)\]/gi,$null))
      echo @whispers  ===============================================================
     if (!%nowhisper. [ $+ [ $nick ] ]) {
      .raw WHISPER $1 $nick Sorry but I am not currently accepting whispers. Please leave a message
      set -u10 %nowhisper. $+ $nick on
}
}

Edited Jan 6, 2010 3:43 PM by err0r

Get information about ircWx here

Apparently Haggis' code won't work for Buzzen.

Edited Jan 6, 2010 7:42 PM by Fanfare

yeah buzzen uses raw whisper

Get information about ircWx here