mIRC Home    About    Download    Register    News    Help

Print Thread
#138830 07/01/06 04:14 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
Simple question.
Is it possible to let dcc chat work with userlevel.
Something like:
Code:
 On *:text:.help*:CHAT: {
if ($nick = userlevel100) { play help.txt ) 

#138831 07/01/06 04:16 PM
Joined: Oct 2004
Posts: 72
C
Babel fish
Offline
Babel fish
C
Joined: Oct 2004
Posts: 72
From mIRC helpfile:
Format: on <level>:CHAT:<matchtext>:<commands>
Example: on 1:CHAT:*help*:/msg $nick what's the problem?

#138832 07/01/06 04:25 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
You didn't read the help file too well, because:

Quote:

Note: These events react to all users level 1 and above because of the way dcc chat works.


No user levels for on chat, so you have to make your own little user system, which is easy enough to do.


Gone.
#138833 07/01/06 04:28 PM
Joined: Oct 2004
Posts: 72
C
Babel fish
Offline
Babel fish
C
Joined: Oct 2004
Posts: 72
I merely referred to "On *:text:.help*:CHAT: {" and suggested that Bullseye should read te help file :P

#138834 07/01/06 04:55 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
I did read that part that's why my question came up.
The bot i'm using has a userlevel system in it.
i'using yourbot in case you want to know.
But i'm restyling the help a bit and to save timewaiting untill the right command comes by I would like that in dcc.
now everything is going by in query and there are some server that will kick the bot for flooding.
Going on to the fact that the bot has a userlever system how do I get the dcc part to work ?


Link Copied to Clipboard