mIRC Home    About    Download    Register    News    Help

Print Thread
#239049 20/09/12 04:14 AM
Joined: Jul 2008
Posts: 57
R
RiMaJoy Offline OP
Babel fish
OP Offline
Babel fish
R
Joined: Jul 2008
Posts: 57
hi there,

Is there a way to translate the notice u get from nickserv and chanserv ?

RiMaJoy #239052 20/09/12 05:28 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
You can grab the text sent, then replace it with your own translated text?
Code:
on ^*:notice:*:?:{
  haltdef
  if ($1- == AUTH'd successfully.) && ($network == quakenet) { echo 5 -s Your own translated text here. }
}

Untested for Q on quakenet.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard