mIRC Home    About    Download    Register    News    Help

Print Thread
#121654 30/05/05 12:44 PM
Joined: May 2005
Posts: 54
M
Mlupu Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: May 2005
Posts: 54
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 ?

Last edited by Mlupu; 30/05/05 01:18 PM.

/server IRC.RomaniaIRC.ORG
#121655 30/05/05 01:27 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
/help on OP
/help on BAN
/help on KICK
/help on NICK

and

/help halting default text


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#121656 30/05/05 04:13 PM
Joined: May 2005
Posts: 54
M
Mlupu Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: May 2005
Posts: 54
Yes Hammer, but that codes don't help me very much and i want to edit .. what i had write early. Thank you anyway..

#121657 30/05/05 09:42 PM
Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
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.

#121658 31/05/05 05:27 PM
Joined: May 2005
Posts: 54
M
Mlupu Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: May 2005
Posts: 54
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?


Link Copied to Clipboard