mIRC Home    About    Download    Register    News    Help

Print Thread
#185286 07/09/07 02:58 PM
Joined: Sep 2007
Posts: 3
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Sep 2007
Posts: 3
hi every body

im a normal irc user i only enjoy irc with the pure irc client

but some time i wish there is some more features in the irc for private flood protection

i would like to suggest to add a feature that allows to me specify how many private chats i can accept at time

for example if i only want to talk with 5 users or 10 i can limit users number for pvt chat and who comes after the number that i specified he will automaticaly be ignored


and thanks alot laugh

Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
You can achieve this with a small script: just hit Alt+R to open the Remote section and paste the following code there:
Code:
on ^*:open:?:*: if ($query(0) >= 10) halt


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
qwerty #185291 07/09/07 06:35 PM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
This is why scripting was introduced, so feature suggestions like this (that are very usecase specific) would not have to be hardcoded


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
qwerty #185326 08/09/07 05:56 PM
Joined: Sep 2007
Posts: 3
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Sep 2007
Posts: 3
thanks alot bro :>


Joined: Sep 2007
Posts: 3
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Sep 2007
Posts: 3
thanks guys :>


Link Copied to Clipboard