mIRC Home    About    Download    Register    News    Help

Print Thread
#16869 25/03/03 04:18 PM
Joined: Jan 2003
Posts: 12
W
Wertox Offline OP
Pikka bird
OP Offline
Pikka bird
W
Joined: Jan 2003
Posts: 12
hey..im using on 1:text: code and stuff like that...if i got a clone..and i want to speak THROUGH him like...i go to private message and say to him !say hi and then he say hi on a channel... smirk i may have asked this before .. PLEASE HELp

crazy

#16870 25/03/03 04:42 PM
Joined: Dec 2002
Posts: 174
P
Vogon poet
Offline
Vogon poet
P
Joined: Dec 2002
Posts: 174
on *:text:!say*:?:/msg #channel $2-

or if youd like to try something that only you get it

on *:text:!say*:?:{
if ($nick == yournick) { /msg #Channel $2- }
}

or even better i think instead of your clone you mean your bot
try
and your on multiple channels

on *;text:!say*:?:{
if ($nick == yournick) { /msg $2 $3- }
}
or instead
make sure you have access in your user list

and go on 500:text:!say*:?:{ /msg $2 $3- }

/auser 500 yournick

will give you 500 acc in its user list

just some ideas


Link Copied to Clipboard