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

by monie089
Tue Dec 05, 2006 7:35 am
Forum: Script Requests
Topic: Command Que system
Replies: 1
Views: 2055

Command Que system

I want something that can que the commands if someone repeats them to much so the bot wont lag. I have tried but my system didn't work. Please help me with this.
by monie089
Thu Nov 30, 2006 7:53 am
Forum: Script Requests
Topic: Login Script
Replies: 3
Views: 2682

Yea requires a user to use a public command
by monie089
Thu Nov 30, 2006 7:23 am
Forum: Script Requests
Topic: Login Script
Replies: 3
Views: 2682

Login Script

I've been trying to make a login script , but never could get to work so could someone make one for me please.
by monie089
Tue Nov 07, 2006 1:57 am
Forum: Scripting Help
Topic: Help with using setudef and if {[channel get
Replies: 3
Views: 2846

It still doesnt work yes I have done that.
by monie089
Mon Nov 06, 2006 7:29 am
Forum: Scripting Help
Topic: Help with using setudef and if {[channel get
Replies: 3
Views: 2846

Help with using setudef and if {[channel get

I tried doing setudef flag nofriendcode in this script proc NintendoXG:code {nick uhost hand chan arg} { global nxg if {[channel get $chan nofriendcode]} { putserv "NOTICE $nick :\002\037Error: This command is disabled for $chan\002\037" return } ## change this a bit...make sure we have 2 ...
by monie089
Sun Oct 22, 2006 5:23 pm
Forum: Eggdrop Help
Topic: Libdns.so ??
Replies: 7
Views: 4897

Libdns.so ??

Where can I find this all of a sudden it just started saying that I need libdns.so
by monie089
Sat Oct 14, 2006 11:48 am
Forum: Eggdrop Help
Topic: Some Error? or not?
Replies: 2
Views: 2471

In the eggdrop.conf it says set opchars did you add &@ etc
by monie089
Fri Oct 13, 2006 6:29 am
Forum: Script Support & Releases
Topic: friendcodes script from justdabomb2
Replies: 11
Views: 8420

set nxg(char) @ set nxg(gamefile) "nxg/game.txt" proc NintendoXG:find {nick uhost hand chan arg} { global nxg set name [lindex [split $arg] 0] set game [lindex [split $arg] 1] if {![string length $name] || ![string length $game]} { putserv "PRIVMSG $nick :\002SYNTAX:\002 $::lastbind ...
by monie089
Sat Sep 30, 2006 3:44 pm
Forum: Scripting Help
Topic: How would I make my bot read a certian topic from a file
Replies: 3
Views: 3003

Ok im trying to make a Help script but it will gather the info from a .txt file.
What I want to know is how to make it search the File or and msg that line with the info?
by monie089
Sat Sep 30, 2006 1:46 pm
Forum: Scripting Help
Topic: How would I make my bot read a certian topic from a file
Replies: 3
Views: 3003

How would I make my bot read a certian topic from a file

Like I wanted to do

Code: Select all

bind pub - @help help

proc help {nick uhost hand chan text} {
set help [string trim $text] {
"" { putserv "PRIVMSG $nick :blah"
}
}
could I do that I'am not exactly sure how to do it and what format would i use for the file.
by monie089
Thu Sep 28, 2006 8:56 pm
Forum: Script Requests
Topic: Eggdrop as Chanserv? [SOLVED]
Replies: 9
Views: 9571

Try Cserv.tcl by Windrop just search the TCL archive.
by monie089
Sat Sep 23, 2006 6:19 am
Forum: Script Requests
Topic: Quick Request
Replies: 5
Views: 3255

Code: Select all

bind pub - "*censored" censored:check

proc censored:check {nick uhost hand chan text} {
putquick "PRIVMSG $nick :Please don't curse in $chan"
}
Something like this.
by monie089
Sun Sep 10, 2006 2:50 pm
Forum: Script Requests
Topic: Tournament help please??
Replies: 1
Views: 2178

Tournament help please??

##########Binds ######### bind pub - @Tournament Tourneycmd ;#done bind pub - @Tversion Tourneyversion ;#done bind pub - @tinfo Tourneyinfo ;#done bind pub - @join Tourneyjoin bind pub n @tupdate Tourney_writeCFG ;#done bind pub - @find find:nick ;#done bind pub - @add pub:add ;#done bind pub n|o @...
by monie089
Thu Aug 31, 2006 6:09 pm
Forum: Scripting Help
Topic: Help script for commands
Replies: 6
Views: 4766

Thanks i found the problem thought i forgot to set a variable for it