demond wrote:
certainly yes; I'll fix that in the next release (hopefully there will be one
Well, personally : I hope so, at this moment I'm using your script on ALL my bots (18 at this moment) and for me it stays , untill now, the best all-protection script ever.
I am considering adding the local spam scan from spambuster to xchannel (that is, forking a clone which periodically cycles the channel, intercepting eventual targeted and on-join private spam) with the rationale being that spambuster is too complicated for the average Joe to set up properly; thus the only script you'll ever need to run dealing with channel matters will be xchannel (it aims to be the ultimate channel script anyway; add to it rconsole and you are all set for anything
feedback is much appreciated
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use
you'll love it even more when I overcome my laziness and add private spam scanner (a la spambuster) and possibly dynamically generated web statistics - so you'll have the big picture, which hosts/domains are the biggest offenders
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use
not that i want to complain about a great script..
but some of the users are getting kicked and then asking why they wasnt warned first!!
when i explained..... they say it was'nt clear enough... as they were concentrating on the chat window?
is there anyway.. to make the warning a red colour in the main chat.... then everyone sees it
then not only does the user see it, everyone else is pre warned too?
well, the warning is sent via PRIVMSG (not notice), so it would normally pop up a message window - unless your IRC client is set up to show all PRIVMSGs in one window - which isn't the case with mIRC (the option "Use single message window" is unset by default - or so I think)
anyhow, you could make it send warnings in bold red by replacing
<gre> .chanset #ceu x:bad:file badwords.txt
<CboT> Successfully set modes { x:bad:file { badwords.txt } } on #ceu.
<CboT> [19:29] #kuto# chanset #ceu x:bad:file { badwords.txt }
<gre> .chanset #ceu x:whois:file badwhois.txt
<CboT> Successfully set modes { x:whois:file { badwhois.txt } } on #ceu.
<CboT> [19:29] #kuto# chanset #ceu x:whois:file { badwhois.txt }
<gre> .set errorInfo
<CboT> [19:29] #kuto# set errorInfo
<CboT> Currently: couldn't open "badwhois.txt": no such file or directory
<CboT> Currently: while executing
<CboT> Currently: "open $fn"
<gre> .rehash
<CboT> [19:29] #kuto# rehash
<CboT> Rehashing.
<CoT> [19:29] Writing user file...
<CboT> [19:29] Writing channel file...
<CboT> [19:29] Rehashing ...
<CboT> [19:29] Listening at telnet port 5455 (all).
<CboT> [19:29] Loading language "en" from language/gseen.en.lang...
<CboT> [19:29] xchannel-3.6: #ceu: couldn't open "badwords.txt": no such file or directory
<CboT> [19:29] xchannel-3.6: #ceu: couldn't open "badwhois.txt": no such file or directory
<CboT> [19:29] xchannel-3.6: #recto: couldn't open "badwords.txt": no such file or directory
<CboT> [19:29] xchannel-3.6: #recto: couldn't open "badwhois.txt": no such file or directory
<CboT> [19:29] xchannel-3.6: #caloocan: couldn't open "badwords.txt": no such file or directory
<CboT> [19:29] xchannel-3.6: #caloocan: couldn't open "badwhois.txt": no such file or directory
<CboT> [19:29] xchannel-3.6: #egg.ph: couldn't open "badwords.txt": no such file or directory
<CboT> [19:29] xchannel-3.6: #egg.ph: couldn't open "badwhois.txt": no such file or directory
<CboT> [19:29] xchannel-3.6 by demond loaded successfully
<CboT> [19:31] #kuto# set errorInfo
<CboT> Currently: couldn't open "badwhois.txt": no such file or directory
<CboT> Currently: while executing
<CboT> Currently: "open $fn"
can somebody fixed this error