mIRC Home    About    Download    Register    News    Help

Print Thread
#65052 24/12/03 12:42 AM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
ok, i have an "ircop scanner" as a script and it works good, but 1 [censored] happens... on QuakeNet it wont show admins, and it wont show 50% of opers altho they are there (i know coz i see many users on wallops)

why?

#65053 24/12/03 12:52 AM
Joined: Nov 2003
Posts: 227
H
Fjord artisan
Offline
Fjord artisan
H
Joined: Nov 2003
Posts: 227
who 0 o will give you a list of visable irc operators, so if you are not in a channel with them and they are +i you wont get their nick in the who reply.

you say you have a scanner so this is probably not needed:

raw 352:*:if (* isin $7) echo 4 -a $6 is an irc operator

raw 313:*:echo 4 -a $2 is an irc oper


#65054 24/12/03 12:57 AM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
hmm, so only ones that have user mode -i will be visible...
well for an ircop scanner that sux in general

#65055 24/12/03 01:01 AM
Joined: Nov 2003
Posts: 227
H
Fjord artisan
Offline
Fjord artisan
H
Joined: Nov 2003
Posts: 227
that was just me showing you 2 of the 2 ways with ircu to check who has o or O in their usermodes, it was not an attempt at an oper scanner smile

#65056 24/12/03 01:04 AM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
i still cant understand why it is so shame to talk bout it or give an code for it when you can dl it on official mircscripts pages...

#65057 24/12/03 07:24 AM
Joined: Nov 2003
Posts: 84
S
Babel fish
Offline
Babel fish
S
Joined: Nov 2003
Posts: 84
People think that others will use them for bad purposes I think its just crap, If a ircop doesnt want to be known he can set mode +H on himself and change his host (Unreal) no ircop scanner can detect that then. They are useless for network scans most people have mode +i but they are nice for onjoin scans


chat.irchat.tv
#Help #Trivia #Scripts
Co-Admin @ IRChat.tv
#65058 24/12/03 08:24 AM
Joined: Oct 2003
Posts: 80
R
Babel fish
Offline
Babel fish
R
Joined: Oct 2003
Posts: 80
i think problem is with what static said ircop are hiding


RockHound
#65059 24/12/03 09:23 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Code:
raw 352:*:{ if (* isin $7) { .inc %Var.Total | echo $active %Var.Total $6 $5 | halt } | else { halt } }
raw 315:*:{ echo $active End of oper scan. total: %Var.Total | unset %Var.Total | halt }

menu channel {
  Scan for opers:{ .who $active }
}

paste it in your remote section.. ALT + R .. smile


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#65060 24/12/03 09:58 AM
Joined: Nov 2003
Posts: 84
S
Babel fish
Offline
Babel fish
S
Joined: Nov 2003
Posts: 84
had to track it down this is what i use for an onjoin scan
Code:
on ^*:join:#: {
  userhost $nick
  set %ircop $nick
  set %ircopchan $chan
  halt
}
  

Code:
 
raw 302:*: {
  if (* isin $1-) {
    echo %ircopchan $asctime(10(04HH:nn:ss T10)) 10[4IRCop10] %ircop is an IRCop
  }
  halt
}

 


chat.irchat.tv
#Help #Trivia #Scripts
Co-Admin @ IRChat.tv
#65061 24/12/03 10:02 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
thats what my code does too.. the only thing is that my code do it on a /who #channel .. yours on join wink


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#65062 24/12/03 10:06 AM
Joined: Nov 2003
Posts: 84
S
Babel fish
Offline
Babel fish
S
Joined: Nov 2003
Posts: 84
I know but I like it when I personally see more then one way of doing it so I presented another way. and I like userhost over who, b/c I use who a lot and dont want to halt it, but I never need userhost


chat.irchat.tv
#Help #Trivia #Scripts
Co-Admin @ IRChat.tv
#65063 24/12/03 06:40 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
1 thing.... i use network scanner not channel scanner...
plus in what bad purposes ppl can use their info, you can easy do whois on them and AGAIN get their info

#65064 24/12/03 08:59 PM
Joined: Nov 2003
Posts: 84
S
Babel fish
Offline
Babel fish
S
Joined: Nov 2003
Posts: 84
There are people on here that think that when people have these scanners they will use them like a police scanner. Will see oh look an IRCop joined shutup stop doing whatever it was we were doing


chat.irchat.tv
#Help #Trivia #Scripts
Co-Admin @ IRChat.tv
#65065 25/12/03 12:26 AM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
thatz stupid, coz IF and when oper enters server will report him /who scan on him.... so itz pointless...

i think that scanner is only good to see how many true opers are on some network coz mainly they are not hanging out in help channels (QN for example)

#65066 25/12/03 03:44 AM
Joined: Nov 2003
Posts: 84
S
Babel fish
Offline
Babel fish
S
Joined: Nov 2003
Posts: 84
actualy they dont see /who or /userhost but on most servers they can see /whois


chat.irchat.tv
#Help #Trivia #Scripts
Co-Admin @ IRChat.tv

Link Copied to Clipboard