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

by duofruo
Fri Oct 31, 2003 4:44 pm
Forum: Archive
Topic: what does my Bot tells me ?
Replies: 3
Views: 1328

Type in ur telnet conection

Code: Select all

.help console
by duofruo
Fri Oct 31, 2003 5:21 am
Forum: Archive
Topic: ctcp-mode and ctcp-version
Replies: 5
Views: 2737

set ctcp-version
This set will allow u what will eggdrop will respond to ctcp version.
For example : i set :
set ctcp-version DuoFruo
When i rehash the eggdrop responds on version like this :
-> [guard-bot] VERSION
-
[Guard-Bot VERSION reply]: DuoFruo
by duofruo
Thu Oct 30, 2003 3:47 pm
Forum: Archive
Topic: Lots of eggdrops in my shell
Replies: 5
Views: 1537

hmmz, i don`t , i can`t help maybe is ur shell problem, i din`t get this problem, sorry
by duofruo
Thu Oct 30, 2003 3:42 pm
Forum: Archive
Topic: Timer
Replies: 12
Views: 2848

timer 30 procname
proc procname {bla bla what u need} {
puthelp "PRIVMSG ........"
timer 30 procname
}
by duofruo
Thu Oct 30, 2003 3:22 pm
Forum: Archive
Topic: ctcp-mode and ctcp-version
Replies: 5
Views: 2737

# There are also several variables to help make your bot less noticeable.
# They are: ctcp-version, ctcp-finger, and ctcp-userinfo. You can use set to set
# them to values you'd like.
by duofruo
Thu Oct 30, 2003 3:14 pm
Forum: Archive
Topic: Lots of eggdrops in my shell
Replies: 5
Views: 1537

Launched into the background (pid: 4777)
Try to kill the others pid, and see if they ur eggdrop dies to.
by duofruo
Thu Oct 30, 2003 3:07 am
Forum: Archive
Topic: i need tcl script
Replies: 8
Views: 2487

Oh, yes i forget that +autovoice allready exist. Grr
by duofruo
Thu Oct 30, 2003 3:02 am
Forum: Archive
Topic: is it possible ???
Replies: 2
Views: 1158

Yes it exists. www.egghelp.org http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&id=32 Bans people who are found on specified channels. http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&id=30 Does a whois on users who join and bans them if they're on specified 'bad' cha...
by duofruo
Thu Oct 30, 2003 2:58 am
Forum: Archive
Topic: Disable the .say command
Replies: 4
Views: 1932

unbind dcc o|o say *dcc:say
Make a little script, and load it in ur eggdrop
by duofruo
Wed Oct 29, 2003 6:34 am
Forum: Archive
Topic: i need tcl script
Replies: 8
Views: 2487

Lol bob, i am dressing right now :P
Bye all :). Time 12:36
by duofruo
Wed Oct 29, 2003 6:32 am
Forum: Archive
Topic: i need tcl script
Replies: 8
Views: 2487

Hehe bob, i dont look, i faster wrote that script :)
by duofruo
Wed Oct 29, 2003 6:11 am
Forum: Archive
Topic: i need tcl script
Replies: 8
Views: 2487

Re: i need tcl script

bind join - * autovoice
setudef flag autovoice
proc autovoice {nick uhost hand chan} {
if {![string match *+autovoice* [channel info $chan]]} {return 0}
putserv "MODE $chan +v $nick"
}
This should work, i haven`t tested. U must set .chanset #channel +autovoice
by duofruo
Tue Oct 28, 2003 3:05 pm
Forum: Archive
Topic: Disable rejoin
Replies: 7
Views: 1825

GodOfSuicide wrote: state answers how to solve this, not "i'm starfing, what shoud i do ? - Eat something!"
Hmzz, ok , why u must be so ruff whith me ? I am new :(
by duofruo
Tue Oct 28, 2003 2:51 pm
Forum: Archive
Topic: Me, again. I need again a little script
Replies: 27
Views: 5275

Sorry, i wana say that i reinstall the eggdrop, sorry :)
by duofruo
Tue Oct 28, 2003 2:47 pm
Forum: Archive
Topic: Disable rejoin
Replies: 7
Views: 1825

I think u make a tcl script