mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2003
Posts: 3
B
BBG Offline OP
Self-satisified door
OP Offline
Self-satisified door
B
Joined: Mar 2003
Posts: 3
I think mIRC should support "mass" actions like mass ban, kick, voice, devoice, op, deop, etc. I had to write a bunch of aliases / scripts to do it...

I'd also like to be able to "arrange" my channel windows by clicking on it and dragging it or something. So, that way, I can move a channel's "minimized" window around the bar.

Also, the ability to use your own browser, I also had to write a script to use mozilla for URLS instead of IE.

Also, I think it would be good to be able to "bind" keys to commands and edit the current mIRC hotkeys, like, you'd be able to change control + n to not only go to the next channel window, but also query windows and stuff.

Another cool thing would be auto-rejoin channel on unban, like, it'd constantly keep trying to "join" but wouldn't tell you in the status window, until you finally join.

I also think that it would be a good feature to be able to "break up" the userlist into catergories like :

Ops
Voiced
Users

It'd also be cool if mIRC could collect channel stats and generate an HTML file based on the various stats collections options (you could decide what kind of stuff you wanted to collect, how many things to list, etc)

Thanks smile

Joined: Mar 2003
Posts: 3
B
BBG Offline OP
Self-satisified door
OP Offline
Self-satisified door
B
Joined: Mar 2003
Posts: 3
Forgot some stuff

"Channel Control" panel that lets you set things like "kick on cursing" (set curse words, etc), "ban after 3 warning kicks", ban offensive nicks, ban flooders, and other control stuff, would also let you add hostmasks to an "ban on sight" list, for ops that don't have access to modify the autokick list.

"defensive" mode, like, if you're an op and somebody deops you you could like, be automatically reopped and like automatically kick or kickban them.

"Priority users" list which would be like, if the channel is +m, you would voice users on the "priority" list.


Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
taking all the fun out of scripting now arnt ya?


D3m0nnet.com
Joined: Jan 2003
Posts: 154
B
Vogon poet
Offline
Vogon poet
B
Joined: Jan 2003
Posts: 154
How could you reop yourself if you were just deopped??

For the rejoin if banned situation, just add this to your remotes (it's a simple lil script I wrote):

Code:
 on *:BAN:#:{ if ($bnick == $me) { .timerbanned $+ $chan 1 5 rejoin2 $chan } }
alias rejoin2 { if (($nick($1,0) != $null || 0) || ($2 == off))  { .timerrejoin2 $+ $1 off | halt } | else { .timerrejoin2 $+ $1 0 20 rejoin2 $1 } | join $$1 } 


type this in any window (if you've been banned already and want to turn it on):

/rejoin2 #TheChannel

Note: This will make you try to auto-rejoin a channel 5 seconds after being banned (it assumes that you've been kicked as well within a 5 second time-period), and then will try to rejoin the channel every 20 seconds till it is successful. smile If you are banned, and then kicked 6 or more seconds later, it will not try to rejoin the channel. If this happens, just type "/rejoin2 #thechannel" to activate it

To stop trying to rejoin a channel type: /rejoin2 #thechannel off


- Wherever you go there you are.[color:lightgreen]
Joined: Dec 2002
Posts: 3,127
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,127
"Also, the ability to use your own browser, I also had to write a script to use mozilla for URLS instead of IE."

mIRC was changed to use your default browser, however there is a bug in it. Workarounds have been given to use until next release. There have been numerous posts about this.

"...be able to change control + n to not only go to the next channel window, but also query windows and stuff"

in case you didnt know, ctrl + tab will cycle thru channel & queries.


ParaBrat @#mIRCAide DALnet
Joined: Dec 2002
Posts: 17
N
Pikka bird
Offline
Pikka bird
N
Joined: Dec 2002
Posts: 17
Mass modes are not needed because IRC war is dead smirk

Joined: Dec 2002
Posts: 196
T
Vogon poet
Offline
Vogon poet
T
Joined: Dec 2002
Posts: 196
Not true nimper, my channel got flooded by many many clones today :tongue:


Anyway, to the person who wrote this, if you want all these implemented, you should say 'remove mIRC Scripting support from mIRC'.


trenzterra
AustNet #trenzterra and #w
Head Scripter @ http://trenzterra.uni.cc

Link Copied to Clipboard