mIRC Home    About    Download    Register    News    Help

Print Thread
#40434 07/08/03 10:33 PM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
okay, since you wont give a sample script that scan for opers DUE to some illegeal things, can someone then give me a good working sample script that scans for helpers on network - this is not illegal as i think, itz a good actually so if someone has inspiration for this i would be gratefull.

#40435 07/08/03 10:36 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Look at your private messages..

#40436 07/08/03 11:59 PM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
hehe smile thanx, just 1 problem i cannot find a way how to activate the dialog which is weird, any aditional help smile ?

#40437 08/08/03 12:22 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
alias findircopnet { enable #ircopnet | who 0 o | .timer 1 2 disable #ircopnet }
alias findircop { set %ichan $active | winder ircop | enable #ircop | who %ichan | .timer 1 2 disable #ircop }

#40438 08/08/03 12:33 AM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
so where do i put this (remote or alias) (on begining of script or on the end) (and how to activate it in global) i kno i'm dumb with this scripting, but since you were kind to help me i must ask you therefore this smile hope you dont mind ..


regards

#40439 08/08/03 12:39 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Beginning or end of script, your choice.

#40440 08/08/03 12:59 AM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
hmmm, i still cannot call that dialog confused and all is pasted nice in remote, any ideas why?

#40441 08/08/03 01:45 AM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
yep you dont have basic things for dialog:

alias NAME {
dialog -m NAME NAME
}


and you dont have ANY buttons for scan, only for close...
you need to fix it... but thanx for help

#40442 08/08/03 02:17 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Eurm, I know how to use aliases.
Anyways, i I wanted to, I could have used
Code:
menu channel {
  Dialog
 .Open:dialog -dm dialog dialog
}

#40443 08/08/03 02:56 AM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
still how can i scan with it if it does not contain button + code that button activates for scan, you only gave cancel button :P

#40444 08/08/03 08:03 AM
Joined: Jun 2003
Posts: 130
O
Vogon poet
Offline
Vogon poet
O
Joined: Jun 2003
Posts: 130
Disabling the group with a timer which would make the script oboslete if he was lagging. It would be better to disable it when the server sends "End of /who"


If only women came with popup menus and online help.
#40445 08/08/03 05:16 PM
Joined: Aug 2003
Posts: 73
C
Babel fish
Offline
Babel fish
C
Joined: Aug 2003
Posts: 73
can somebody fill me in on why its illegal to scan for opers and stuff?


The blue monkey is out of its barrel...
#40446 09/08/03 12:06 PM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
It's not illegal, but the reason it is questioned by most is because usually when someone is scanning for IRCops, it's to avoid accidently spamming them.


- Jason
#40447 09/08/03 12:41 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
In additon to lamkott's excellent response, it's also a pain. We receive notices to things like whois requests and are often flooded with them as a distraction (makes us take our eyes of what is really going on) and we end up in the situation where we have to choose whether someone is just very curious or simply trying to divert our attention from something more serious. Note that someone that likes to cause trouble will already know that opers receive these special notices.

At the end of the day, whoising, whoing etc are not necessary, it's not a question of legality. If someone needs an oper then they should use the network's help channels, usually called #Help or #Help.Services or #Help.<SomethingOrOther> and simply ask the question they need the answer to. If an oper is idling in various rooms it is a general indication, or should be, that they are either not wanting to be disturbed or are just away from their machine.

#40448 09/08/03 08:53 PM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
why dont you opers then remove that MODE that enables whois or who report ?, not that hard right?

#40449 09/08/03 09:05 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
+y

Why should we? The idea of it is for exactly what I described before. The occasional whois means nothing to anyone. Repeated whoises usually means trouble is about to happen and in my experience it happens that way.


Link Copied to Clipboard