mIRC Homepage
Posted By: RiMaJoy translation - 20/09/12 04:14 AM
hi there,

Is there a way to translate the notice u get from nickserv and chanserv ?
Posted By: sparta Re: translation - 20/09/12 05:28 AM
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.
© mIRC Discussion Forums