This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 97 matches

by m4s
Fri May 12, 2017 11:48 am
Forum: Eggdrop Help
Topic: Eggdrop vers 1.8x problems with ascii and latin characters
Replies: 6
Views: 12422

Re: Eggdrop vers 1.8x problems with ascii and latin characte

With versions 1.8x I can not solve it because: 1) Binaries are different from those published in the wiki solution, and I do not know what to modify and where. 2) Using the [encoding convertfrom utf-8] function nothing happens. Examples of what is bad displayed: MyBoT: «» The song «» Cristian C...
by m4s
Tue May 02, 2017 11:08 am
Forum: Script Requests
Topic: Ban + html generating
Replies: 8
Views: 11001

bind kick - * logit bind mode - "* +b" logit proc logit {nick uhost hand chan arg1 arg2} { if {$arg1 == "+b"} { set line "<pre>BAN: Set by $nick ($hand - $uhost) on channel $chan against $arg2 </pre>" } else { set line "<pre>KICK: Set by $nick ($hand - $uhost) on ...
by m4s
Thu Apr 06, 2017 12:18 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1026601

Nickban - *nick*!*@*

Hello, First of all thank you for this script, it is really good and works fine for me. :) I have a request and a question regarding to nickbans. Is it possible to add a new ban mask? *nick*!*@*. I think it would be useful. The question is: I want the nickbans to be permanent. How can I enable/set i...
by m4s
Tue Apr 04, 2017 11:02 am
Forum: Eggdrop Help
Topic: botchk issue
Replies: 7
Views: 11926

Get_A_Fix wrote:
m4s wrote:Hi,

Try this:
./autobotchk chmod.conf -dir "/home/devnull/eggdrop/" -noemail -5

You did not write the "!!!
That still doesn't work. It's easier to just crontab -e and enter manually.
Hi,

Worked for me! You only have to know the correct path to your config file. :)
by m4s
Sun Apr 02, 2017 1:05 pm
Forum: Eggdrop Help
Topic: botchk issue
Replies: 7
Views: 11926

Hi,

Try this:
./autobotchk chmod.conf -dir "/home/devnull/eggdrop/" -noemail -5

You did not write the "!!!
by m4s
Sat Apr 01, 2017 3:03 pm
Forum: Eggdrop Help
Topic: botchk issue
Replies: 7
Views: 11926

Re: botchk issue

Hi,

Try this:
./autobotchk my.conf -dir "/way/to/your/konfig/file/" -noemail -5
by m4s
Mon Jan 30, 2017 3:45 pm
Forum: Eggdrop Help
Topic: Compile errors
Replies: 1
Views: 7114

Re: Compile errors

./configure works fine make config works fine when i do make it gets to the end and says these errors. Makefile:37: recipe for target '../eggdrop' failed make[1]: *** [../eggdrop] Error 1 make[1]: Leaving directory '/home/zg/eggdrop1.6.21/src' Makefile:202: recipe for target 'modegg' failed make: *...