mIRC Home    About    Download    Register    News    Help

Print Thread
#2139 17/12/02 07:27 AM
C
coder
coder
C
i need a little feedback here..
there the code
Code:
on *:TEXT:*:#: { 
if (!say == $1 && $2 != $null) { // $+ $2- }
}

that code works for me if i type !say /msg #channel good bye but did not works when i typed ! say msg #channel $query(0)
the bot will send $query(0) as the result
plz help me

#2140 17/12/02 07:36 AM
Joined: Dec 2002
Posts: 103
P
Vogon poet
Offline
Vogon poet
P
Joined: Dec 2002
Posts: 103
This seems like a backdoor script to me

#2141 17/12/02 07:42 AM
C
coder
coder
C
i dont meant to do so...
but i tried to made a great bot for intertainment in my channel
dont believe me ?? PM me

#2142 17/12/02 07:59 AM
W
wyx
wyx
W
yup that's is back door for me

nb : what your server and nick coder :P

#2143 17/12/02 08:05 AM
C
coder
coder
C
finally i found it...
thx Pasmal

#2144 17/12/02 10:12 AM
Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
I'd be placing another condition in that so it only works with your name otherwise everyone has access to the bot.

#2145 17/12/02 11:52 AM
Joined: Dec 2002
Posts: 111
F
Vogon poet
Offline
Vogon poet
F
Joined: Dec 2002
Posts: 111
Indeed. Just like that old version of..Polaris that had the ctcp back door in it..heh. Anyway! Yeah, you should change that.


Link Copied to Clipboard