mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2007
Posts: 4
S
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Nov 2007
Posts: 4
on *:TEXT:*:#superfreak: {
if (($nick == bot) && ($chan == #superfreak)) {
var %word = $strip($1)
}
}

alias saytheword {
echo -a %word
}

the echo part would not work because nothing is set. how do I fix this so it would work? or am I doing this the wrong way?

%word when echoed is a blank. or error

* /echo: insufficient parameters (line 9, lala.mrc)

any help would be appreciated thanks!

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

Answered here.

Joined: Nov 2007
Posts: 4
S
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Nov 2007
Posts: 4
thanks got it now:)


Link Copied to Clipboard