Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » General Discussions » General Discussion » Sorry. Another Stupid topic...
Sorry. Another Stupid topic... [message #118879] Thu, 07 October 2004 18:18 Go to next message
glyde51 is currently offline  glyde51
Messages: 1827
Registered: August 2004
Location: Winnipeg
Karma: 0
General (1 Star)
:oops:

Where can I get a IRC Bot for my IRC channel that will respond to keywords and such?


No. Seriously. No.
Sorry. Another Stupid topic... [message #118881] Thu, 07 October 2004 18:23 Go to previous messageGo to next message
cheesesoda is currently offline  cheesesoda
Messages: 6507
Registered: March 2003
Location: Jackson, Michigan
Karma: 0
General (5 Stars)

Google It, or learn yourself. /help is all you need.

whoa.
Sorry. Another Stupid topic... [message #118882] Thu, 07 October 2004 18:30 Go to previous messageGo to next message
icedog90 is currently offline  icedog90
Messages: 3483
Registered: April 2003
Karma: 0
General (3 Stars)
You got your account back.

Anyways, Glyde, the mIRC help file is your friend.
Sorry. Another Stupid topic... [message #118884] Thu, 07 October 2004 18:32 Go to previous messageGo to next message
glyde51 is currently offline  glyde51
Messages: 1827
Registered: August 2004
Location: Winnipeg
Karma: 0
General (1 Star)
Sad don't i wish i had money for IRC help thingys... thanks though

No. Seriously. No.
Sorry. Another Stupid topic... [message #118890] Thu, 07 October 2004 18:46 Go to previous messageGo to next message
cheesesoda is currently offline  cheesesoda
Messages: 6507
Registered: March 2003
Location: Jackson, Michigan
Karma: 0
General (5 Stars)

Type /help

That's all you need to learn to code. If you get stuck, keep reading it over and always ask a willing coder to help you.

icedog, yeah, i got it back today...crimson had to change my password manually so I could switch it. I never got the emails :\


whoa.
Sorry. Another Stupid topic... [message #118978] Fri, 08 October 2004 11:47 Go to previous messageGo to next message
Xtrm2Matt is currently offline  Xtrm2Matt
Messages: 1318
Registered: February 2003
Location: England, UK
Karma: 0
General (1 Star)
on *:TEXT:*:#channel:{
if ($1 == !op) { mode $chan +o $nick {
}
}
}

Type !op to make this do it to you ... or ...

on *:TEXT:*:#channel:{
if (*blah* isin $1-) { msg $chan Blah your self, $nick $+ ! {
}
}
}

Should work Smile


http://www.OpticalGaming.com/matt/signature.jpg
http://www.OpticalGaming.com || irc.OpticalGaming.com
Sorry. Another Stupid topic... [message #118986] Fri, 08 October 2004 12:04 Go to previous messageGo to next message
cheesesoda is currently offline  cheesesoda
Messages: 6507
Registered: March 2003
Location: Jackson, Michigan
Karma: 0
General (5 Stars)

on *:TEXT:!op *:#: { 
if ($nick isop $chan) {
if ($2 isin $chan) { 
mode $chan +o $2 
}
else { 
notice $nick Sorry, $2 is not in the channel. 
} 
}
else { notice $nick Sorry, you are not an op in this channel. 
} 
}


whoa.
Sorry. Another Stupid topic... [message #119004] Fri, 08 October 2004 13:34 Go to previous messageGo to next message
exnyte is currently offline  exnyte
Messages: 746
Registered: February 2003
Karma: 0
Colonel
Was that so hard j_ball? Could have just done that in the first place.

Sorry. Another Stupid topic... [message #119007] Fri, 08 October 2004 13:39 Go to previous messageGo to next message
cheesesoda is currently offline  cheesesoda
Messages: 6507
Registered: March 2003
Location: Jackson, Michigan
Karma: 0
General (5 Stars)

What? I just said that /help is all he needs. That's what I'm told when I ask questions...why can't I do the same?

whoa.
Sorry. Another Stupid topic... [message #119010] Fri, 08 October 2004 13:45 Go to previous messageGo to next message
exnyte is currently offline  exnyte
Messages: 746
Registered: February 2003
Karma: 0
Colonel
Just because everyone else does it, doesn't mean you need to also.

Just think how you felt when they said, "type /help", instead of an answer to your question.

In most cases, an answer like "Do it yourself" for something quick and easy, such as the code you and Xtrm2Matt posted, is just construed as rude.


Re: Sorry. Another Stupid topic... [message #119012] Fri, 08 October 2004 13:52 Go to previous messageGo to next message
cheesesoda is currently offline  cheesesoda
Messages: 6507
Registered: March 2003
Location: Jackson, Michigan
Karma: 0
General (5 Stars)

But notice his first post:
glyde51

:oops:

Where can I get a IRC Bot for my IRC channel that will respond to keywords and such?

He didn't ask for a tutorial or a script itself. He asked where to get an IRC bot. I told him to Google It or make one himself and then told him that /help is all that you need to make one...I don't see how that's rude.


whoa.
Sorry. Another Stupid topic... [message #119039] Fri, 08 October 2004 16:28 Go to previous messageGo to next message
glyde51 is currently offline  glyde51
Messages: 1827
Registered: August 2004
Location: Winnipeg
Karma: 0
General (1 Star)
Google is getting sorta corrupt, i type it in and so many irrelevent things pop up.

No. Seriously. No.
Sorry. Another Stupid topic... [message #119043] Fri, 08 October 2004 16:39 Go to previous messageGo to next message
cheesesoda is currently offline  cheesesoda
Messages: 6507
Registered: March 2003
Location: Jackson, Michigan
Karma: 0
General (5 Stars)

glyde51

Google is getting sorta corrupt, i type it in and so many irrelevent things pop up.

Google matches meta tags and keywords...so you're bound to get "bot" pertaining to actual robots even if you put "irc bot". It's not Google's fault.


whoa.
Sorry. Another Stupid topic... [message #119045] Fri, 08 October 2004 16:49 Go to previous messageGo to next message
glyde51 is currently offline  glyde51
Messages: 1827
Registered: August 2004
Location: Winnipeg
Karma: 0
General (1 Star)
GOOGLE MUST DIE! BLASTED! NOD HAS BRAINWASHED ME AND MY CLOTHES! WITHOUT THE BOUNCE!

No. Seriously. No.
Sorry. Another Stupid topic... [message #119046] Fri, 08 October 2004 16:52 Go to previous messageGo to next message
cheesesoda is currently offline  cheesesoda
Messages: 6507
Registered: March 2003
Location: Jackson, Michigan
Karma: 0
General (5 Stars)

EVIL SCUM!!!! J00 NEEDZ THE BOUNCE!!!!!!!!! Very Happy

whoa.
Sorry. Another Stupid topic... [message #119047] Fri, 08 October 2004 16:57 Go to previous messageGo to next message
glyde51 is currently offline  glyde51
Messages: 1827
Registered: August 2004
Location: Winnipeg
Karma: 0
General (1 Star)
Does anyone really know where to get a bot?

*cough*pre-made*cough*cough*join nod*cough*


No. Seriously. No.
Sorry. Another Stupid topic... [message #119048] Fri, 08 October 2004 17:02 Go to previous messageGo to next message
cheesesoda is currently offline  cheesesoda
Messages: 6507
Registered: March 2003
Location: Jackson, Michigan
Karma: 0
General (5 Stars)

Not off the top of my head, but search for WinBot..I guess it's a good bot although I never could get it to work for me. You get the most satisfaction in making one of your own.

*cough*go to irc.digitaldepiction.net for coding help *cough*


whoa.
Sorry. Another Stupid topic... [message #119049] Fri, 08 October 2004 17:05 Go to previous messageGo to next message
glyde51 is currently offline  glyde51
Messages: 1827
Registered: August 2004
Location: Winnipeg
Karma: 0
General (1 Star)
I'm one of those guys that don't do anything themselves. In fact, I'm using a voice recogdnition system right now.

No. Seriously. No.
Sorry. Another Stupid topic... [message #119050] Fri, 08 October 2004 17:08 Go to previous messageGo to next message
cheesesoda is currently offline  cheesesoda
Messages: 6507
Registered: March 2003
Location: Jackson, Michigan
Karma: 0
General (5 Stars)

I'm one of those guys believes in people doing things for themselves. In fact, I'm typing on my keyboard right now.

whoa.
Sorry. Another Stupid topic... [message #119054] Fri, 08 October 2004 18:02 Go to previous messageGo to next message
icedog90 is currently offline  icedog90
Messages: 3483
Registered: April 2003
Karma: 0
General (3 Stars)
http://www.mircscripts.com/

There, happy? IRC bots can be found there. I easily found this site by Google, maybe you should actually learn how to use search egines before you blame it on Google.
Sorry. Another Stupid topic... [message #119056] Fri, 08 October 2004 18:04 Go to previous messageGo to next message
glyde51 is currently offline  glyde51
Messages: 1827
Registered: August 2004
Location: Winnipeg
Karma: 0
General (1 Star)
:oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops:

No need to be so harsh...

Okay... maybe it'll help to get it through my thick skull...


No. Seriously. No.
Sorry. Another Stupid topic... [message #119057] Fri, 08 October 2004 18:07 Go to previous messageGo to next message
cheesesoda is currently offline  cheesesoda
Messages: 6507
Registered: March 2003
Location: Jackson, Michigan
Karma: 0
General (5 Stars)

glyde51

:oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops:

No need to be so harsh...

Okay... maybe it'll help to get it through my thick skull...

Well, people don't like to hear people blantantly say, "I'm lazy, you do it for me."


whoa.
Sorry. Another Stupid topic... [message #119059] Fri, 08 October 2004 18:10 Go to previous messageGo to next message
glyde51 is currently offline  glyde51
Messages: 1827
Registered: August 2004
Location: Winnipeg
Karma: 0
General (1 Star)
Okay. Fine. if you want to insult me go ahead!

:'(


No. Seriously. No.
Sorry. Another Stupid topic... [message #119060] Fri, 08 October 2004 18:15 Go to previous messageGo to next message
cheesesoda is currently offline  cheesesoda
Messages: 6507
Registered: March 2003
Location: Jackson, Michigan
Karma: 0
General (5 Stars)

:rolleyes:

I'm NOT insulting you.
glyde51

I'm one of those guys that don't do anything themselves.

You pretty much said, "You do it for me, I'm too lazy."


whoa.
Sorry. Another Stupid topic... [message #119061] Fri, 08 October 2004 18:18 Go to previous messageGo to previous message
glyde51 is currently offline  glyde51
Messages: 1827
Registered: August 2004
Location: Winnipeg
Karma: 0
General (1 Star)
...good point

BLEH ON YOU!


No. Seriously. No.
Previous Topic: Hell March 2
Next Topic: Renegade:the dead 6
Goto Forum:
  


Current Time: Fri Oct 18 13:24:23 MST 2024

Total time taken to generate the page: 0.01168 seconds