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

by gk^
Thu Jan 09, 2003 12:24 am
Forum: Archive
Topic: flood-chan
Replies: 2
Views: 1863

flood-chan

yeah sure flood-chan kicks people. But what if I want my eggie to ban them (for x min)?
by gk^
Wed Nov 13, 2002 7:09 pm
Forum: Archive
Topic: AUTO op BOT
Replies: 19
Views: 6211

My personal opinion: DO NOT HAVE AN EGGIE AS AN IRCOP!

You will need to use some sort of services to use something like privmsg or something like that ( privmsg nickserv :identify foobar )..

Othervise I think you'll need to send some raw data to the ircd...
by gk^
Thu Nov 07, 2002 3:41 pm
Forum: Archive
Topic: inverse
Replies: 5
Views: 1391

What I meant was: I have nat at my lan so I got some strange things due to that I can not start and dcc chat with the bot...
by gk^
Wed Nov 06, 2002 6:23 pm
Forum: Archive
Topic: inverse
Replies: 5
Views: 1391

well.. I got some prob with my nat at my lan so I dont get the right codes.. like bold etc etc.. But a friend of mine tested and he told me that he got the sign for reverse.. the sign that mirc uses (his client) and I get something looking alot like a litte "big i (I)" like the mirc sign f...
by gk^
Mon Nov 04, 2002 5:42 pm
Forum: Archive
Topic: auth by full hostmask
Replies: 2
Views: 858

I just want to add that Telia.com does not give statis ip/hostmasks so you really doesnt have any use to get the full hostmask.. without that script that darko was talking about :)
by gk^
Mon Nov 04, 2002 3:21 pm
Forum: Archive
Topic: inverse
Replies: 5
Views: 1391

inverse

On http://www.baschny.de/eggdrop/faq/faq-f.html I found that

Code: Select all

\022
would make the color for a text reversed.. But when I try to use it on putdcc I just get the signs for reverse intead of the text being reverse.. Can anyone help me?
by gk^
Mon Nov 04, 2002 12:10 pm
Forum: Archive
Topic: tcl request
Replies: 17
Views: 5325

What you are looking for is a kind of a seen script... right?
by gk^
Mon Nov 04, 2002 12:03 pm
Forum: Archive
Topic: tcl request
Replies: 17
Views: 5325

I will... some day :P
by gk^
Mon Nov 04, 2002 12:02 pm
Forum: Archive
Topic: vars and inis
Replies: 15
Views: 2868

god damit.. And I that just have rewritten the hole code ! arghs...

Well.. "You learn by your misstakes".... any how.. screw him :P

I tried to find the "colorcode" for reverse but I cant find it.. anyone?
by gk^
Mon Nov 04, 2002 11:15 am
Forum: Archive
Topic: tcl request
Replies: 17
Views: 5325

maybe I should have read the hole post before I did anything else :oops:
by gk^
Mon Nov 04, 2002 11:14 am
Forum: Archive
Topic: tcl request
Replies: 17
Views: 5325

bind pib o !masters pub:showmasters proc pub:showmasters {nick uh hand chan arg} { set a {} foreach b [chanlist $chan m|m] { lappend a "$b ([nick2hand $b $chan])" } if {[llength $b] >= 2} { puthelp "PRIVMSG $chan :There are [llength $b] masters in the channel: [string range [join $b ...
by gk^
Mon Nov 04, 2002 11:09 am
Forum: Archive
Topic: vars and inis
Replies: 15
Views: 2868

I changed it.. And got a diffrent error.. so I rewrote alot of the code and it turned out to this: bind dcc z ftp dcc:ftp proc dcc:ftp {handle idx text} { putlog "stage 0 - done" if {[string tolower [lindex $text 1]] == ""} { putlog "stage 2 - done" puthelp "putdcc...
by gk^
Mon Nov 04, 2002 9:44 am
Forum: Archive
Topic: vars and inis
Replies: 15
Views: 2868

new => the real script

bind dcc z ftp dcc:ftp proc dcc:ftp {handle idx text} { putlog "stage 0 - done" if {[string tolower [lindex $text 1]] == "update"} { putlog "stage 1 - done" if {[string tolower [lindex $text 2]] == ""} putlog "stage 2 - done" puthelp "putdcc $i...
by gk^
Mon Nov 04, 2002 9:11 am
Forum: Archive
Topic: vars and inis
Replies: 15
Views: 2868

for some reason I needed idx there too...
by gk^
Mon Nov 04, 2002 9:03 am
Forum: Archive
Topic: vars and inis
Replies: 15
Views: 2868

kind of new stuff

Code: Select all

bind dcc z nfo dcc:nfo

proc dcc:nfo {hand text} {
   putlog "stage - done"
}
I get
Tcl error [dcc:nfo]: called "dcc:nfo" with too many arguments
But I need handle and text... Why do I get this error?