I think that is a script echo from a different script. wink

It wouldn't be timestamped if it wasn't scripted, and also my raw 304 event is halted.

and can you pls explain what does this line do:
if Q*TheQBot@127.0.0.1 iswm $2

That means if "Q*TheQBot@127.0.0.1" is a wildcard match for whatever $2 is in the 340 reply. laugh

if you call userip then why itz 127.0.0.1
The ip is set to 127.0.0.1 so that it cannot be "nuked", if you tried, you would be nuking yourself.

Edit:
Re-readi9ng it I noticed I had only halted if Q was really Q.
Code:
alias Qcheck { inc -u5 %qcheck | userip Q }
raw 340:*:{
  if %qcheck {
    if Q*TheQBot@127.0.0.1 iswm $2 { echo -site * The real Q is online }
    elseif !$2 { echo -site * Q is not online }
    else { echo -site * Fake Q online $+([,$2,]) }
    halt
  }
}

Last edited by Iori; 15/02/04 08:16 PM.