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 44 matches

by Slaktarn
Fri Mar 01, 2013 5:25 am
Forum: Eggdrop Help
Topic: circumvent_queues
Replies: 1
Views: 3896

Maybe should make myself more clear, its not that its not running its just that it still take time before the massages are send

/ Slaktarn
by Slaktarn
Thu Feb 28, 2013 4:22 am
Forum: Eggdrop Help
Topic: circumvent_queues
Replies: 1
Views: 3896

circumvent_queues

Hay everyone i found this on the egggrop wiki A very often asked question is how to make Eggdrop send as fast as possible. This is discouraged and will disconnect your bot if it doesn't have special privileges from the IRCd! Load this script (paste to configfile or create a scriptfile): package requ...
by Slaktarn
Tue Apr 17, 2012 4:08 am
Forum: Eggdrop Help
Topic: AutoDeOP
Replies: 2
Views: 5158

caesar wrote:

Code: Select all

proc isAutoDeOP {min hour day month year} {
if {[botonchan "#Channel"]} {
pushmode "#channel" -o $::botnick
}
}
this should work.
It worked just fine thx alot!
by Slaktarn
Mon Apr 16, 2012 5:32 am
Forum: Eggdrop Help
Topic: AutoDeOP
Replies: 2
Views: 5158

AutoDeOP

I did a uggly script something like proc isAutoDeOP {min hour day month year} { if {[onchan "BOT" "#Channel"]} { ".deop #Channel -o BOT" } } Im not sure if this work as i don´t got it working, but if i do samething on Telnet it says "I'm not going to deop myself.&q...
by Slaktarn
Wed Feb 15, 2012 1:16 pm
Forum: Eggdrop Help
Topic: Eggdrop 1.8.0 latest CVS
Replies: 13
Views: 18070

You just need to read few lines of documentation and issue a command or two to get yourself a certificate and a key. Then it will work. That simple. It's obviously not necessary to encrypt the botnet on localhost, but we just decided to enable encryption always when possible instead of relying on r...
by Slaktarn
Tue Feb 14, 2012 4:10 am
Forum: Eggdrop Help
Topic: Quit channels on restart
Replies: 3
Views: 3433

ok, on shutdown it sends a PART 0,0 out. Just use bind out and block that. Might cause some bad side effects. Yeh i found it but, How to i trace the "PART 0,0" thing I don´t get that one i log what happens in out bind out - {*} [namespace current]::isRestartPart proc isRestartPart {1 2 3}...
by Slaktarn
Tue Feb 14, 2012 3:26 am
Forum: Eggdrop Help
Topic: Eggdrop 1.8.0 latest CVS
Replies: 13
Views: 18070

Having written the code myself, I insist on what I said. The explanation is in doc/TLS: Botnet links between TLS-enabled bots will automatically switch to SSL. In this case however, the nickname and password will be sent before SSL negotiation takes place (the password is not send as cleartext anyw...
by Slaktarn
Sun Feb 12, 2012 4:55 am
Forum: Eggdrop Help
Topic: Eggdrop 1.8.0 latest CVS
Replies: 13
Views: 18070

1.8's botnet uses SSL by default, unless the bot is compiled without TLS. If you do not setup a certificate on your hub, the bots will not link. Hope this clarifies the situation. How exactly to do it, is documented in doc/TLS I don´t agree whit that, Lets check how the config looks ##### BOTNET/DC...
by Slaktarn
Wed Feb 08, 2012 7:32 am
Forum: Eggdrop Help
Topic: Eggdrop 1.8.0 latest CVS
Replies: 13
Views: 18070

You need to make sure you have followed what it details in the Conf regarding SSL certificates. Do what that tells you and you should be ok. Ummm im not sure i fallow, What has SSL to do whit my bot linking, espect if i not will use SSL and set it to use it, But i havent, So i don´t see how that ma...
by Slaktarn
Sun Feb 05, 2012 10:01 am
Forum: Eggdrop Help
Topic: Quit channels on restart
Replies: 3
Views: 3433

Quit channels on restart

Hay i have an eggdrop that is on BNC, Everytime i do .restart it quit the channels and rejoin them when its restarted, is it someway to avoid this and let it still be on channels even if bot restarted so it not need to part/join everytime

/ Slaktarn
by Slaktarn
Wed Feb 01, 2012 10:30 am
Forum: Eggdrop Help
Topic: Eggdrop 1.8.0 latest CVS
Replies: 13
Views: 18070

Eggdrop 1.8.0 latest CVS

Hay i try to link two bots together, when i do it whit 1.6.21 it works fine whitout any problem at all, what more can i tell that is importent to now for you ppl to track down whats wrong. I use it behind a firewall but all bots are running on same computer so it shuld not matter anyways i try to co...
by Slaktarn
Mon Sep 05, 2011 2:23 pm
Forum: Eggdrop Help
Topic: Wrong time
Replies: 5
Views: 6807

As you can see the unixtime is correct and your test are correct, but of some reason the clock format shows totaly wrong time and now is the diff almost a minute PRIVMSG $channel :\002\[\002\00304TiME:\003 [clock format [clock seconds] -format {%a %b %d %H:%M:%S %Y %Z}]\002\]\002 \002\[\002\00304UNi...
by Slaktarn
Sun Sep 04, 2011 1:48 pm
Forum: Eggdrop Help
Topic: Wrong time
Replies: 5
Views: 6807

nml375 wrote:You are talking about a 14 second discrepancy; are you sure that the systems you are comparing aren't simply out of sync?
Yeh im sure as i say my unixtime is correct, and it checks the minutes to internet every 1min so its correct
by Slaktarn
Sun Sep 04, 2011 3:12 am
Forum: Eggdrop Help
Topic: Wrong time
Replies: 5
Views: 6807

Wrong time

Hello all ppl i don´t get it, my eggdrop shows wrong time! I have [clock format [clock seconds] -format {%a %b %d %H:%M:%S %Y %Z}] Sun Sep 04 08:59:54 2011 +0200 Correct shuld be Sun Sep 04 08:59:40 2011 +0200 The unixtime is correct 1315119580 And my settigs in the eggdrop is set timezone "CET...
by Slaktarn
Tue Apr 12, 2011 10:53 am
Forum: Eggdrop Help
Topic: DCC/CTCP/Telnet Notify
Replies: 1
Views: 2908

DCC/CTCP/Telnet Notify

Is it possible to bind stuff like this in someway from the bot and tell if someone try to login to bot, fails don´t have access or just have wrong password or timeout everything that are usefull to know ## [10:23] CTCP CHAT: from Slaktarn (Slaktarn@netadmin.fun.se) ## [10:23] Telnet connection: 127....