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

by dollar
Sat Oct 23, 2004 6:37 am
Forum: Archive
Topic: question,about the uptime project
Replies: 1
Views: 1045

That's because your bot didn't run the uptime module from the start, so the first package it sent contained "49 days", which is suspicious to the uptime website ;)
by dollar
Sat Oct 23, 2004 6:36 am
Forum: Archive
Topic: Error (Windrop)
Replies: 5
Views: 1771

Telnet to it and see why it refuses to connect to the IRC server (or read the logfile...).
by dollar
Sat Oct 23, 2004 6:35 am
Forum: Archive
Topic: command to msg the partyline?
Replies: 2
Views: 1107

From tcl-commands.doc, "Output" section: putlog <text> Description: sends text to the bot's logfile, marked as 'misc' (o) Returns: nothing Module: core putcmdlog <text> Description: sends text to the bot's logfile, marked as 'command' (c) Returns: nothing Module: core
by dollar
Fri Oct 01, 2004 3:14 pm
Forum: Archive
Topic: whois script
Replies: 5
Views: 2361

Read the docs... (bind raw doesn't need the same args as pub does....) :roll:
by dollar
Thu Sep 30, 2004 10:44 am
Forum: Archive
Topic: Partyline commands
Replies: 2
Views: 1531

Code: Select all

bind dcc n "moo" moo; proc moo {handle idx text} {putdcc $idx $text}
by dollar
Sun Sep 12, 2004 6:01 am
Forum: Archive
Topic: Voice for special nickname characteristics
Replies: 4
Views: 1316

:mrgreen:
by dollar
Sun Sep 12, 2004 2:32 am
Forum: Eggdrop Help
Topic: +S mode on linknet
Replies: 20
Views: 18042

Try this patch hankey, should work (this only adds the mode S to eggdrop, nothing else):
http://nullrouted.biz/linknet+S.diff
For information on how to apply this patch to your bot read this.
by dollar
Sun Sep 12, 2004 1:51 am
Forum: Archive
Topic: Voice for special nickname characteristics
Replies: 4
Views: 1316

bind join - "#egghelp *!*@*" moo
proc moo {nick uhost hand chan} {
if {[string is upper [string index $nick 0]]} {
pushmode $chan +v $nick
}
}
Something like that. :p
by dollar
Fri Sep 10, 2004 2:17 am
Forum: Archive
Topic: the build in whois
Replies: 8
Views: 1973

Search the docs for 'hand2nick'.
by dollar
Wed Sep 01, 2004 3:07 am
Forum: Archive
Topic: own Q
Replies: 3
Views: 1234

If you have so many people, wait two weeks and request Q.
by dollar
Mon Aug 30, 2004 4:40 am
Forum: Archive
Topic: Nick/HandleLen
Replies: 12
Views: 2811

Nevermind, I'm blind :x
by dollar
Sat Aug 28, 2004 3:44 am
Forum: Archive
Topic: counter strike
Replies: 6
Views: 2254

LiquidIce wrote:Then why even post?
Cos we're funny like that
by dollar
Thu Aug 26, 2004 2:37 am
Forum: Archive
Topic: think i found a bug! :D
Replies: 7
Views: 1915

Did you set the +q thing in opchars? (>.16 setting)
by dollar
Sat Aug 07, 2004 8:34 am
Forum: Archive
Topic: ignore script?
Replies: 5
Views: 1952

As caesar said, bind pub n !whatever procname would make it only listen to owners on that command.
by dollar
Sat Aug 07, 2004 8:32 am
Forum: Archive
Topic: i need some special for my help module?
Replies: 4
Views: 2216

Wrong topic, KrzychuG?