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

by ]Kami[
Sat Nov 12, 2005 8:21 am
Forum: Eggdrop Help
Topic: Problem with Bot-Nick
Replies: 1
Views: 6817

set nick "\[Bla\]" ...
by ]Kami[
Fri Nov 11, 2005 4:08 am
Forum: Script Support & Releases
Topic: problems with shoutcastl1.03.tcl
Replies: 3
Views: 11053

.tcl set errorInfo andf copy it here
by ]Kami[
Thu Nov 10, 2005 6:21 pm
Forum: Eggdrop Help
Topic: removing annoying message from party line
Replies: 5
Views: 11425

Np. next time better use search function :P
by ]Kami[
Thu Nov 10, 2005 4:18 pm
Forum: Eggdrop Help
Topic: removing annoying message from party line
Replies: 5
Views: 11425

.chanset #channelname -statuslog
by ]Kami[
Thu Nov 10, 2005 3:31 pm
Forum: Script Requests
Topic: help please
Replies: 14
Views: 21966

They because handle lenght limit in eggdrop.h

Search this forum for "handle lenght"
by ]Kami[
Tue Nov 08, 2005 2:48 pm
Forum: Scripting Help
Topic: regular expression? or similar function
Replies: 3
Views: 8646

Check tutorial for parasin web pages here
by ]Kami[
Tue Nov 08, 2005 5:44 am
Forum: Script Requests
Topic: Basic aop Script
Replies: 12
Views: 18197

Or use forum search function
by ]Kami[
Mon Nov 07, 2005 2:44 pm
Forum: Eggdrop Help
Topic: Linking to a hub bot
Replies: 6
Views: 17714

You have different handle lenghts definned in bots eggdrop.h file (#define HANDLEN)

Change it to e.g. #define HANDLEN 32 in both bots, recompile both bots and relink them.
by ]Kami[
Mon Nov 07, 2005 12:40 pm
Forum: Eggdrop Help
Topic: Linking to a hub bot
Replies: 6
Views: 17714

The password is wrong.

In hub type: .chpass leaf somepass and in leaf type .chpass hub somepass
by ]Kami[
Sun Nov 06, 2005 6:56 pm
Forum: Modules & Programming
Topic: how to speed up eggdrops default text-output to server
Replies: 6
Views: 18419

#define msgrate should work. "/* Number of seconds to wait between transmitting queued lines to the server * lower this value at your own risk. ircd is known to start flood control * at 512 bytes/2 seconds. */ " Don't forget that you need to recompile the bot when you change it. Also check...
by ]Kami[
Sun Nov 06, 2005 6:49 pm
Forum: Scripting Help
Topic: random command in tcl
Replies: 8
Views: 13777

Check this
by ]Kami[
Sun Nov 06, 2005 6:42 pm
Forum: Script Requests
Topic: Read .txt
Replies: 10
Views: 6165

You need to change proc names aswell. Script should look like this then: package require http bind pub - !triger1 foo bind pub - !triger2 foo2 proc foo {n u h c t} { set x [::http::geturl http://bar.com/moo1.txt] foreach e [split [::http::data $x] \n] {puthelp "privmsg $c :$e"} ::http::cle...
by ]Kami[
Tue Jun 14, 2005 12:48 pm
Forum: Archive
Topic: Eggdrop.org
Replies: 5
Views: 3235

If he would use phpbb-like script, slennox would need to put some extra code on his site :)
by ]Kami[
Tue Jun 07, 2005 12:24 am
Forum: Scripting Help
Topic: Having problems with AdminServ .TCL
Replies: 4
Views: 9132

You need to set your password first. Type /msg yourbor password somepass.
Thats it :D
by ]Kami[
Fri May 20, 2005 1:21 am
Forum: Archive
Topic: UID nick on join server
Replies: 3
Views: 2329

Hm thats strange. I have set nick "0" in my config file and it works ok :)