yet another sub-question on this (coz i am retarded)
alias check {
ison Q
set -u10 %check.ison.flag $true
}
raw 303:*:{
if (%check.ison.flag == $true) {
unset %check.ison.flag
who303 Q
}
}
alias who303 {
who Q
.timer 1 1 who303 Q
if (Cserve isin $4) { .echo -s real Q is online }
}
-> now tell me ...
this code checks who on Q bot and itz full info is this:
TheQBot@CServe.quakenet.org now i gave if (CServe isin $4) for searching CServe word in CServe.quakenet.org, but it dont work (and this is only way to see if this is valid network bot)
can anyone tell me how to fix this?