mIRC Home    About    Download    Register    News    Help

Print Thread
#152370 30/06/06 02:06 AM
Joined: Jun 2006
Posts: 3
P
Prevail Offline OP
Self-satisified door
OP Offline
Self-satisified door
P
Joined: Jun 2006
Posts: 3
Hey.

for the last 6 months i've been in a pre channel. But now for some reason they have closed it :\
Im not good at IRC scripting and that suff, so i was wondering if some of you guys could help me out here.

The thing i want is a PRE-BOT in my own closed channel, for me and my friends to use.

can anybody help me ?

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Have you checked some of the other scripting sites, like Hawkee , mIRC Scripting , or mIRC.net for what you're looking for?

If you have and can't find anything suitable, please be specific as to what it is you want your bot to do? I, personally, am not familiar with what happens in a PRE channel, so I can't help you out any more than this without more (detailed) information

Joined: Aug 2005
Posts: 525
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2005
Posts: 525
You won't find such kind of bots available on those sites or anywhere since they basically relay info from many other bots and the output of other bots greatly varies.

You're best off making your own. Take a look at /help on text in the mIRC help file.

As a starter though, here's something:

Code:
on *:TEXT:*:[color:red]#PreChannel[/color]:{
  if ($nick == [color:orange]Nick-Of-The-PreBot[/color]) {
    msg [color:blue]#YourChannel[/color] $1-
  }
}


Replace the colored texts with the relevent information. Your 'bot' must be in both channels for it to work.

Joined: Jun 2006
Posts: 3
P
Prevail Offline OP
Self-satisified door
OP Offline
Self-satisified door
P
Joined: Jun 2006
Posts: 3
well..what i want is at PRE bot.
where i can type ex. !pre bla.bla.bla*
and then it will show me when the release where pred.
On the last pre channel i was on, it had the following commands:

!pre <RELEASE>
!pred <RELEASE>
!search <RELEASE>
!group <GROUP>
!section <SECTION>
!last
!nuke <RELEASE>
!unnuke <RELEASE>
!addpre <RELEASE>

something like that, if i remember corretly.

yes, i can make my own bot, if i get some help with it. like i said, i know nothing about coding.
But i don't have anything that i can echo from :\
maybe one of you guys can help me out there too ?

you guys know what im talking about now ?

Joined: Jun 2006
Posts: 3
P
Prevail Offline OP
Self-satisified door
OP Offline
Self-satisified door
P
Joined: Jun 2006
Posts: 3
no one who can help ?


Link Copied to Clipboard