This should work:
raw 822:*:{
if ($ulist(*)) {
msg $1 Hurry Back $nick Dont Go To Far Away <img src='http://www.tg007.net/forum/public/style_emoticons/<#EMO_DIR#>/biggrin.gif' class='bbc_emoticon' alt=':D' />
}
}
raw 821:*: {
if ($ulist(*)) {
msg $1 Welcome Back $nick Did You Fetch A Friend Back <img src='http://www.tg007.net/forum/public/style_emoticons/<#EMO_DIR#>/tongue.gif' class='bbc_emoticon' alt=':P' />
}
}
Edited Oct 31, 2010 7:20 PM by Fanfare
err0r
Subject Matter Expert Member #20,793
well it would have to be msg $1 as $1 is the room name in the raw return. no point in using the $ulist there
raw 822:*: { msg $1 Hurry Back $nick Dont Go To Far Away <img src='http://www.tg007.net/forum/public/style_emoticons/<#EMO_DIR#>/tongue.gif' class='bbc_emoticon' alt=':P' /> }
raw 821:*: { msg $1 Welcome Back $nick Did You Fetch A Friend Back <img src='http://www.tg007.net/forum/public/style_emoticons/<#EMO_DIR#>/tongue.gif' class='bbc_emoticon' alt=':P' /> }
personally i would add some form of flood protection to it
Edited Oct 31, 2010 9:15 PM by err0r
Get information about ircWx here
JOhnson
I know not of what I speak Member #27,425
well it would have to be msg $1 as $1 is the room name in the raw return. no point in using the $ulist there
raw 822:*: { msg $1 Hurry Back $nick Dont Go To Far Away <img src='http://www.tg007.net/forum/public/style_emoticons/<#EMO_DIR#>/tongue.gif' class='bbc_emoticon' alt=':P' /> }
raw 821:*: { msg $1 Welcome Back $nick Did You Fetch A Friend Back <img src='http://www.tg007.net/forum/public/style_emoticons/<#EMO_DIR#>/tongue.gif' class='bbc_emoticon' alt=':P' /> }
personally i would add some form of flood protection to it
Thank you again to err0r and fanfare I fixed the code to work
raw 822:*:{
msg $comchan($nick,1) Hurry Back $nick Dont Go To Far Away <img src='http://www.tg007.net/forum/public/style_emoticons/<#EMO_DIR#>/biggrin.gif' class='bbc_emoticon' alt=':D' />
}
raw 821:*: {
msg $comchan($nick,1) Welcome Back $nick Did You Fetch A Friend Back <img src='http://www.tg007.net/forum/public/style_emoticons/<#EMO_DIR#>/tongue.gif' class='bbc_emoticon' alt=':P' />
}
Edited Nov 1, 2010 8:07 AM by JOhnson