SA-MP Forums Archive
[FilterScript] [FS] IRC Filterscript - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] IRC Filterscript (/showthread.php?tid=60697)

Pages: 1 2


Re: [FS] IRC Filterscript - hipy - 16.01.2009

bump


Re: [FS] IRC Filterscript - Grove - 16.01.2009

Quote:
Originally Posted by hipy
The callbacks of jacobs are good to use, and also i dont realy see problems with gmx. at me it works fine. its just the whole script ( i now use an other script ) that on unloading/gmx crashes my server
Quote:
Originally Posted by Jay_
Nice work! Shame that Jacobs IRC Plugin is unstable, especially on a gmx, it often causes server crashes. I prefer xSockets :]
It is not the script, it is the plugin.


Re: [FS] IRC Filterscript - hipy - 17.01.2009

ye?:P


Re: [FS] IRC Filterscript - Zezombia - 17.01.2009

Ye... what's with you and the spaming/bumping/double-posting in this topic?


Re: [FS] IRC Filterscript - hipy - 18.01.2009

Quote:
Originally Posted by Zezombia
Ye... what's with you and the spaming/bumping/double-posting in this topic?
i try to keep this topic up so sneaky see's it and fixes his script...

whats the point of a script that doesnt work correctly!


Re: [FS] IRC Filterscript - Kriztian - 18.01.2009

Quote:
Originally Posted by hipy
dude this is all the same plugin there is no such thing that it sucks

and @ sneaky you use tstring
maby is better to make ircsay ( randombot ( ), chan )

and then the randombot to choose between bot 1 2 and 3

little example:

Code:
stock RandomBot()
{
    Rgen = random(3);
    switch(Rgen)
    {
        case 0:RBot = EchoConnection;
        case 1: RBot = EchoConnection2;
        case 2:RBot = EchoConnection3;
        default: RBot=EchoConnection;
    }
    return RBot;

}
my part isnt optimal it does bot 1, bot 1, bot 2 ,bot 2 or realy mixed
i know bots who realy do bot 1 bot 2 bot 3 bot 1 etc

but its just an idea
I don't know who you are but I don't like you...

I'm over this. Installation help anyone?


Re: [FS] IRC Filterscript - hipy - 20.01.2009

Quote:
Originally Posted by Kriztian
Quote:
Originally Posted by hipy
dude this is all the same plugin there is no such thing that it sucks

and @ sneaky you use tstring
maby is better to make ircsay ( randombot ( ), chan )

and then the randombot to choose between bot 1 2 and 3

little example:

Code:
stock RandomBot()
{
    Rgen = random(3);
    switch(Rgen)
    {
        case 0:RBot = EchoConnection;
        case 1: RBot = EchoConnection2;
        case 2:RBot = EchoConnection3;
        default: RBot=EchoConnection;
    }
    return RBot;

}
my part isnt optimal it does bot 1, bot 1, bot 2 ,bot 2 or realy mixed
i know bots who realy do bot 1 bot 2 bot 3 bot 1 etc

but its just an idea
I don't know who you are but I don't like you...

I'm over this. Installation help anyone?
you dont like me?
wtf did i do ffs
even helped him


Re: [FS] IRC Filterscript - My_Waffles_Bitch_L0L - 22.01.2009

OMG im rly gonna try that, awesome


Re: [FS] IRC Filterscript - StriKe7 - 31.01.2009

thanx,i have saved your filterscript as irc.pwn and i added it to config too...why there is no amx file?(tried to compile to but it failed)
i have jacob irc.dll file too and added to the config,it doesnt connect to irc network
pls help


Re: [FS] IRC Filterscript - -Sneaky- - 31.01.2009

Quote:
Originally Posted by StriKe7
thanx,i have saved your filterscript as irc.pwn and i added it to config too...why there is no amx file?(tried to compile to but it failed)
i have jacob irc.dll file too and added to the config,it doesnt connect to irc network
pls help
Did it gave any errors? It should just compile fine.

Quote:
Originally Posted by sc3n1ck
goood job kid !
Excuse me? I'm not a kid >.> thanks anyways.

I still dont get why it's sending 2 message or 3 message's for you Hipy, when I tested it, it worked just fine - did you edit anything?


Re: [FS] IRC Filterscript - Big_Dan - 15.01.2010

Your Url is for Windows version .dll no .so

Quote:
Originally Posted by [03
Garsino ]
Here(Click)

remember to add this to your server.cfg

Code:
plugins irc1.so



Re: [FS] IRC Filterscript - [03]Garsino - 15.01.2010

Quote:
Originally Posted by Big_Dan
Your Url is for Windows version .dll no .so

Quote:
Originally Posted by [03
Garsino ]
Here(Click)

remember to add this to your server.cfg

Code:
plugins irc1.so
Ups, sorry, this is the right one: http://solidfiles.com/d/5Ho9


Re: [FS] IRC Filterscript - Big_Dan - 15.01.2010

Very nice is worck

Thans you man


Re: [FS] IRC Filterscript - Kyle - 20.03.2010

The first two bots auth, But the third bot doesnt any reason?


Re: [FS] IRC Filterscript - HerronInd - 07.03.2011

Where is a link for my server :/?

i'm using this filter script


Re: [FS] IRC Filterscript - Prodrift199 - 14.03.2012

I can't get it to connect to irc.mibbit.com? why is this?


Re: [FS] IRC Filterscript - aco_SRBIJA - 14.03.2012

More commands


Re: [FS] IRC Filterscript - denNorske - 15.04.2012

Found bugs. When !ikick arguments are wrong, it says: Usage: !iban <id> <reason>
instead of

Usage !ikick <id> <reason> .

The same at !imsg : Usage !isay <msg> instead of
!imsg <msg>.

Easy to fix, but should be fixed from before
thanks!


Re: [FS] IRC Filterscript - Magnezia - 02.06.2015

Can anyone tell me how do or where do i type those Commands without going in game?