mIRC Home    About    Download    Register    News    Help

Print Thread
#74418 08/03/04 06:40 AM
Joined: Mar 2004
Posts: 96
G
Gremel Offline OP
Babel fish
OP Offline
Babel fish
G
Joined: Mar 2004
Posts: 96
I asked about this a while back, went and found the thread, did what it said and it doesn't work now. What happened? Here is the thread:

Thread

I was trying to the the on text thing, so that when every I typed something it would automatically change it to the dwarf words. But I got this error:

* /say: insufficient parameters

Could I get some help please? Sadly I had this working once, but then computer crashed, I updated to the newer mIRC and now I can't get it to work frown

#74419 08/03/04 07:02 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Alright, let's do this again laugh

This goes to the remote -
  • alias reptext {
    var %r, %i = 1
    tokenize 32 $1-
    while %i <= $0 {
    %r = %r $iif($hget(rep,$ [ $+ [ %i ] ]),$ifmatch,$ [ $+ [ %i ] ])
    inc %i
    }
    return %r
    }

    On *:start: if $isfile(rep.dat) { hmake rep | hload rep rep.dat }
    On *:exit: hsave -o rep rep.dat
    On *:input:#: if /* !iswm $1 { say $reptext($1-) | halt }
Restart mIRC.

Start adding words:
  • /hadd rep I ah
    /hadd rep you've ye've
    /hadd rep what whit
    /hadd rep world worreld
Talk in the channel. Voila.

laugh

#74420 08/03/04 08:32 AM
Joined: Mar 2004
Posts: 96
G
Gremel Offline OP
Babel fish
OP Offline
Babel fish
G
Joined: Mar 2004
Posts: 96
thanks. Hopefully my computer don't crash again. As soon as I get everything all set up, I'm going to back the files up laugh

#74421 08/03/04 08:33 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
I need to do that too...


Link Copied to Clipboard