mIRC Homepage
Posted By: Mlupu "edit" mIRC - 30/05/05 12:44 PM
I want to change :
*** X sets mode: +o nickname
*** X sets mode: +b *!ident@host.com
*** NickName was kicked by ChOperator (No reason)
and
*** X is now known as X-

in:
:: X :: seteaza modul: +o nickname
:: X :: seteaza modul: +b *!ident@host.com
:: NickName a fost dat afara de ChOperator (No reason)
and
:: X devine X-

I want to change in my language (Romanian) . Anyway is somebody who can help me with this ?
Posted By: Hammer Re: "edit" mIRC - 30/05/05 01:27 PM
/help on OP
/help on BAN
/help on KICK
/help on NICK

and

/help halting default text
Posted By: Mlupu Re: "edit" mIRC - 30/05/05 04:13 PM
Yes Hammer, but that codes don't help me very much and i want to edit .. what i had write early. Thank you anyway..
Posted By: LostShadow Re: "edit" mIRC - 30/05/05 09:42 PM
What you want to do is the haltdef as well as using echo.

So, something like,

/echo :: $nick :: seteaza modul: +o $opnick (on op event)

/echo :: $knick a fost dat afara de $nick ( $+ $1- $+ ) (for on kick event).

Etc.

So, this is a custom-made /echo, and, since there is a default, if you don't haltdef then you see both. So, after not showing the default, you make your own custom /echo to whatever you like.

Fill in the rest with $banmask $bnick $opnick $knick etc. for the proper events.
Posted By: Mlupu Re: "edit" mIRC - 31/05/05 05:27 PM
Thanks.. i had made this codes:
Code:
 On ^!*:kick:#: {

  echo 3 -t $chan 4:: $knick a fost dat afara de $nick ( $+ $1- $+ )

  haltdef

}
 

and it works..
Now i want to "edit" something else. Whem i am joined a channel, apear this: *** Now talking in #channel
I want to change in: :: Ai intrat in canalul #channel

It is possible to do this ? How?
© mIRC Discussion Forums