mIRC Home    About    Download    Register    News    Help

Print Thread
#208235 16/01/09 07:30 PM
Joined: Oct 2008
Posts: 167
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Oct 2008
Posts: 167
Is there some whacky script that can take away all modes from everyone in the chat?

e.g.
Quote:
<~nick> -all all
* ~Bot set mode -qqo nick1 nick2 nick3
* ~Bot set mode -q Bot


(yeah, I know it might sound weird.

seanturner70 #208236 16/01/09 07:51 PM
Joined: Jun 2003
Posts: 5
X
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
X
Joined: Jun 2003
Posts: 5
it may be better to make a script that loops through the nicklist and takes away the modes based on each specific person. I made a script when I was an admin on a server that could take it over(take admin and oper status from everyone) and k-line them. lol years ago. I'm sure it's possible, but u'd probably ahve to whoi's everyone to get their +stats.

XcALiBrE #208239 16/01/09 08:28 PM
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
It doesn't require a whois, as mIRC gets the nickmodes in the /names reply you receive after joining a channel and mIRC is "tracking" all subsequent nickmode changes. However it sounds indeed like a takeover script so I won't provide working code whistle

One may while-loop $mid($nickmode,N,1) and for every nickmode $nick(#chan,N,<nickmode>); fire strings of "-<mode>[<mode>]... <nick1> [nick2] ..." commands with the lengh of $modespl (postponing your own nick) and giving every commandline a sufficient delay (/timer) to avoid flooding yourself off the network.

XcALiBrE #208240 16/01/09 09:27 PM
Joined: Oct 2008
Posts: 167
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Oct 2008
Posts: 167
Yeah, we have: -all <nick>/+all <nick>... Just means you need to go through the whole list going: +all <nick> and it kinda floods it out...

Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
Post deleted by Tomao

Tomao #208243 17/01/09 02:24 AM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
great, teach people, using incorrect syntax, how to write takeover scripts. what an amazing idea.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
argv0 #208244 17/01/09 03:45 AM
Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
Post deleted. I didn't intend to come up with that "whacky" script as a means of room takeover.

Tomao #208253 17/01/09 01:04 PM
Joined: Oct 2008
Posts: 167
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Oct 2008
Posts: 167
ok, please, ignore this post, and please, don't accuse me of being someone who wants to waste their time taking over channels. I am usually one or the ones who has to sort out those messes...

Logs of how the idea was thought of: http://pastebin.com/fc1035ee

At no point was ill meaning meant. It was just a bit of fun, when the chat had been idle all day...

Last edited by seanturner70; 17/01/09 01:09 PM.

Link Copied to Clipboard