blah123
Posted by b00hp
Friday, October 14, 2005
Description: blah12331
alias talker {
if ($1 == on) {
set %talker 1
set %talker4chan $iif($?="Which channel do you want to accept messages from?",$!,#t3rmIRC)
set %talker2chan $iif($?="Where do you want the output to be sent to?",$!,#spyscript)
echo -a Talker is now set to 1
}
elseif ($1 == off) {
set %talker 0
echo -a Talker is now set to 0
}
}
on *:text:!talker *:#:{
if (%talker == 1) {
if ($chan == %talker4chan) {
msg %talker2chan $nick said $2-
}
}
}
alias talker {
if ($1 == on) {
set %talker 1
set %talker4chan $iif($?="Which channel do you want to accept messages from?",$!,#t3rmIRC)
set %talker2chan $iif($?="Where do you want the output to be sent to?",$!,#spyscript)
echo -a Talker is now set to 1
}
elseif ($1 == off) {
set %talker 0
echo -a Talker is now set to 0
}
}
on *:text:!talker *:#:{
if (%talker == 1) {
if ($chan == %talker4chan) {
msg %talker2chan $nick said $2-
}
}
}