|
|
| Author |
Message |
SyntaxIRC none

Joined: 07 Dec 2006 Posts: 27
|
Posted: Dec 07, 2006 6:45pm Post subject: Need an IRCOp? Look no further! |
|
|
Hey, I'm currently offering my services as an IRCOp for a server which doesn't allow warez.
I've been using IRC/mIRC for a couple of years now and familiar with the mIRC commands and have been scripting mIRC for around two years.
Listed Experiences:
HTML, XHTML (Currently learning PHP)
mIRC Scripting (Around the expert mark) See below for some example scripts.
Great IRCOp Knowledge
I speak fluent English and blend into servers, I am prepared to start off as a HelpOp/LocalOp.
mIRC Script Example:
| Quote: |
on *:TEXT:!mafia:#: {
if ($me == Computer) {
if ($nick isreg $chan) || ($nick isvoice $chan) {
msg $chan Only HOPS, AOPS, SOPS and FOPS can start the game!
halt
}
}
if ($me == Computer) {
if (%mg. == on) {
msg $chan A round of Mafia has already been started!
halt
}
inc %rmg. 1
set %mrank1 killer
set %rkm. true
set %players 0
set %mplayer [ $+ [ $nick ] ]
set %mg. on
msg $chan Round $chr(35) $+ %rmg. of Mafia has been started. Type !join to participate. (All rounds must have have over 6 people) 120 second timer for gamestart. (Type !start to start the game (Only HOPS, AOPS, SOPS and FOPS))
//timermafia 1 120 //set %mg. off | //msg $chan Round $chr(35) $+ %rmg. of MAFIA has been stopped after 120sec idlestart.
}
}
on *:TEXT:!join:#: {
if ($me == Computer) {
if (%mg. == off) {
inc %rmg. 1
msg $chan Round $chr(35) $+ %rmg. of Mafia has not yet been started!
dec %rmg. 1
halt
}
if (%mplayer [ $+ [ $nick ] ] == $nick) {
msg $chan You are already in this round, $nick $+ !
halt
}
if (%mg. == on) {
inc %players 1
if (%players == 6) {
timermafia off
msg $chan 120sec idlestart timer has been disabled after reaching 6 users! You may now, if you wish, start the game by typing !start
}
if (%rkm. == false) {
goto one
}
set %rkmg. $rand(1,2)
if (%rkmg. == 1) {
set %qrkmg. [ $+ [ $nick ] ] killer
set %pqrkmg. [ $+ [ $nick ] ] killer
set %rkm false
set %mplayer [ $+ [ $nick ] ] $nick
set %poison [ $+ [ $nick ] ] false
notice $nick You are the killer for this round!
msg $chan $nick has joined the round!
}
:one
set %mplayer [ $+ [ $nick ] ] $nick
set %poison [ $+ [ $nick ] ] false
set %qrkmg. [ $+ [ $nick ] ] citizen
set %pqrkmg. [ $+ [ $nick ] ] $nick
msg $chan $nick has joined the game!
notice $nick You are a citizen for this round.
halt
}
}
on *:TEXT:!start:#: {
if ($me == Computer) {
if ($nick isreg $chan) || ($nick isvoice $chan) {
msg $chan Only HOPS, AOPS, SOPS and FOPS may start a round of Mafia!
halt
}
if (%mg. == off) {
msg $chan A round of mafia must be pending start validation (In other words, not yet started) to use this command.
halt
}
if (%mg. == on) && (%smgr. == true) {
msg $chan Round $chr(35) $+ %rmg of Mafia has already been started!
halt
}
if (%players < 6) {
msg $chan There must have over 6 players in this round to start Mafia! There are only %mg. players!
halt
}
}
elseif ($me == Computer) && (%smgr. == false) {
set %smgr. true
msg $chan Round $chr(35) $+ $rmg has OFFICIALLY STARTED! There's a killer among us, and theres a detective trying to find him. Do citizens have a role? Yes, you have chances and votes. You can hide in certain places in your town which have an unknown success rate of being safe and secure, you can also vote as a community other than the detective to bring the killer to justice! Who's the killer? It could be anyone, find him before 4 citizens are been killed!
msg $chan -
msg $chan One foggy night, the full moon was out, the community of town Flouke were asleep. One citizen was walking home from an event not far away from town was caught in a dark valley with the killer ???. The citizen ??? tried to talk to him but he saw a sharp blade fall down his sleeve, ??? tried to run, but ??? was cornered. ??? was later found dead.
msg $chan -
msg $chan It's time for the killer to decide who's his victim.
msg $chan -
notice %pqrkmg. It's time for you to decide on the victim, reply with !kill <victim> to kill! Remember, the victim must be playing! Choose wisely, because one may have a suspicion for you!
}
else {
halt
}
}
|
I have a full vHost mIRC Script which I'll dedicate to the server that chooses me and has the proper requirements, it currently has these options:
(This is a credited system)
Check Status
Delete/Add Credit
AddLevel
CreditType_Unlimited
DeterUnlim
SetAcc
and more...
^ This is not dedicated but on most of the day.
As stated above, I'm looking for an IRC Server which has 10+ users not all opers that doesn't allow warez. It needs to have the basic services which Anope has such as ChanServ, NickServ, OperServ and MemoServ. I'm not looking for unorganized or permanently inactive servers.
My availability is 61+ hours a week and mostly 24 hours on Saturday I'll help as much users as I can and update scripts for the chosen server that will help along the way
Please email me at unknown.rawr@gmail[DOT]com with the server, what topic is it on (general, games, sport etc) and what IRCd it's running.
I hope I find a new home ! |
|
| Back to top |
|
 |
katsklaw Guru

Joined: 28 Jun 2004 Posts: 1029
|
Posted: Dec 07, 2006 9:30pm Post subject: |
|
|
ok this is odd.
Since mIRC and it's scripting language, has absolutely nothing to do with the ability to be an IRCop. Your topic says your looking for an IRCop position but your posted "credentials" suggests your looking for a mIRC scripter position ... which are you wanting? |
|
| Back to top |
|
 |
PingBad Guru

Joined: 05 Feb 2005 Posts: 1982 Location: New Zealand
|
Posted: Dec 07, 2006 11:57pm Post subject: |
|
|
| both? |
|
| Back to top |
|
 |
SyntaxIRC none

Joined: 07 Dec 2006 Posts: 27
|
Posted: Dec 08, 2006 12:23am Post subject: |
|
|
IRCOp.
I'm posting mIRC Scripting experiences for "abilities." Read it further and you'll see my experiences to be an IRCOperator.  |
|
| Back to top |
|
 |
katsklaw Guru

Joined: 28 Jun 2004 Posts: 1029
|
Posted: Dec 08, 2006 12:15pm Post subject: |
|
|
I only see "Great IRCOp Knowledge" which doesn't say anything .. 95% of your post is mIRC script related, not IRCop related. Perhaps a list of ircds and services that you are familar with as well as a list of networks you have previously opered on as well as the positions held and the length of time you held each position.
Sorry if I seem critical, it's just that when you go for a job interview, you want to talk about items that relate to the job your applying for and to be honest, mIRC script has nothing to do with being an IRCop. |
|
| Back to top |
|
 |
Jobe Idler

Joined: 30 Jul 2006 Posts: 336 Location: Lurking in the shadows of some random channel!
|
Posted: Dec 08, 2006 1:11pm Post subject: |
|
|
| You can be a brilliant IRCop and still know nothing about mIRC scripting or even any scripting for that matter. |
|
| Back to top |
|
 |
SyntaxIRC none

Joined: 07 Dec 2006 Posts: 27
|
Posted: Dec 08, 2006 3:29pm Post subject: |
|
|
katsklaw,
IRCd's:
UnrealIRCd 3.2
InspIRCd
Services:
Magick Services
Anope
BewareIRCd Services (I know not much people use this one)
Previous IRCOp Positions:
irc[dot]ls-la[dot]nl (Global Operator to Local Operator due to mass of Globals)
irc[dot]bahajainc[dot]com (Global Operator: Now normal user due to linking, may be repromoted after more users come)
Any more info you want?  |
|
| Back to top |
|
 |
katsklaw Guru

Joined: 28 Jun 2004 Posts: 1029
|
Posted: Dec 08, 2006 4:00pm Post subject: |
|
|
much better, thank you
Unfortunately, I'm looking for an ircu/srvx guru. However, just because I can't use you .. Doesn't mean that your replies were in vain. I'm sure there are several other net admins that may need your skills. |
|
| Back to top |
|
 |
SyntaxIRC none

Joined: 07 Dec 2006 Posts: 27
|
Posted: Dec 08, 2006 4:17pm Post subject: |
|
|
Thanks  |
|
| Back to top |
|
 |
]Daniel Idler

Joined: 05 Jan 2006 Posts: 316 Location: Boise, ID
|
Posted: Dec 09, 2006 2:04pm Post subject: |
|
|
| I got a vhost script too...But its written in TCL for eggdrops and runs very similiar to a regular service, its meant for Anope services though as it is nothing but a vhost request system that works with hostserv. If ya wanna see it check out http://www.planetarygaming.net/daniel/vhost.tcl.txt Anyone who tries this btw, dont come to me if it breaks, it aint entirely finished just mostly functional. |
|
| Back to top |
|
 |
SyntaxIRC none

Joined: 07 Dec 2006 Posts: 27
|
Posted: Dec 09, 2006 11:43pm Post subject: |
|
|
| This topic was not meant for people to post vHost scripts -.- |
|
| Back to top |
|
 |
marc Lurker

Joined: 10 Jun 2005 Posts: 161 Location: Melbourne, Australia
|
Posted: Dec 10, 2006 12:37am Post subject: |
|
|
| it seems this threads become a penis flexing competition... i dont know why i bother reading half the crap that's said on these boards anymore... |
|
| Back to top |
|
 |
SATAN-HHH Eleet

Joined: 29 Nov 2003 Posts: 838 Location: Texas
|
Posted: Dec 10, 2006 1:30pm Post subject: |
|
|
| I was just thinking the same thing |
|
| Back to top |
|
 |
wolfwindshadow none

Joined: 10 Dec 2006 Posts: 2
|
Posted: Dec 11, 2006 1:56am Post subject: Clue-By-Four |
|
|
| sorry to bring out the Clue-By-Four, but the last way to get an O:line with alot of opers is to beg, and as far as mIRC script... can it, I scriot in TCL, Python, and Perl as a user of X-Chat. as far as experience, We usually require proof, show us some raw commands, some oper commands, tell us about what you would do if a huge botnet loads up... |
|
| Back to top |
|
 |
SyntaxIRC none

Joined: 07 Dec 2006 Posts: 27
|
Posted: Dec 11, 2006 3:43am Post subject: |
|
|
Raw:
raw PRIVMSG SyntaxIRC Move!
raw NOTICE SyntaxIRC Move!
raw ZLINE 72.91.471.43 :Botnet
raw JOIN #test
raw HOP #test
(^?)
Oper Commands:
zline 72.91.471.43 :Botnet
gline a@gk.net 4d Flood
gline -a@gk.net 4d Flood
addmotd Join #help for further information.
kill test blah
(^?)
How I would deal with a botnet:
I would repeatively Z:Line BotNet clients as fast as possible, even if it takes hours
Is this what you asked more? If not, be more specific. |
|
| Back to top |
|
 |
|