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

by YooHoo
Wed Mar 05, 2008 10:06 am
Forum: Shell & Bouncer Help
Topic: psybnc ssl between irc client and bouncer
Replies: 5
Views: 14189

Each person needs to have the same key to view the text. This is helpful if you're paranoid, or if you want to have a private conversation in a public channel. (Why you wouldn't just pm is beyond me ;). /encrypt [password] :[channel/person] -- make sure everyone you want to speak with has the same k...
by YooHoo
Tue Mar 04, 2008 9:58 am
Forum: Shell & Bouncer Help
Topic: psybnc ssl between irc client and bouncer
Replies: 5
Views: 14189

use FiSH
by YooHoo
Mon Mar 03, 2008 10:03 am
Forum: Scripting Help
Topic: How to control flood in specials tcl files?
Replies: 18
Views: 9004

these are simple errors. the procedure is declaring the argument 'channel', but you are using the variable '$chan'. Simply change it to match. Also, I have been told not to use the argument 'args', as it has special meaning in tcl. Instead, use a different argument, like 'rest'. pub_chuck should loo...
by YooHoo
Sun Mar 02, 2008 9:01 pm
Forum: Scripting Help
Topic: How to control flood in specials tcl files?
Replies: 18
Views: 9004

:oops: thanks Sir_Fz
by YooHoo
Sun Mar 02, 2008 2:15 pm
Forum: Script Requests
Topic: ident ban
Replies: 1
Views: 1979

I believe allprotection.tcl does this...
by YooHoo
Sun Mar 02, 2008 2:12 pm
Forum: Script Requests
Topic: Join channel and advertisement script
Replies: 4
Views: 4036

advert.tcl by chris - Sends an advertisement (or other message) every X minutes to all channels where the script is activated. Complete administration via public/msg commands. advert.tcl About the join, all i really want it to do is have a command I can make the bot join a channel with, it does not...
by YooHoo
Sun Mar 02, 2008 2:04 pm
Forum: Scripting Help
Topic: How to control flood in specials tcl files?
Replies: 18
Views: 9004

:lol: ur crackin me up :lol: look, mojado, it should look just like this: bind pub - !chuck pub_chuck proc pub_chuck {nick mask hand channel args} { global chuck puthelp "PRIVMSG $channel :[lindex $chuck [rand [llength $chuck]]]" } proc throttled {id time} { global throttled if {[info exis...
by YooHoo
Sun Mar 02, 2008 10:20 am
Forum: Script Requests
Topic: Join channel and advertisement script
Replies: 4
Views: 4036

I'm not sure how you would make the bot write something directly into the config file, sounds kinda hoaky, the bot already makes an entry into the chanfile. As for advertising a message to all the channels the bot is in, thats easy enough. Go to the tcl archive, enter in the keyword advert . There a...
by YooHoo
Sun Mar 02, 2008 10:14 am
Forum: Scripting Help
Topic: How to control flood in specials tcl files?
Replies: 18
Views: 9004

you forgot to make $chuck a variable. You need to add:

Code: Select all

set chuck {
...chuck stuff...
}
by YooHoo
Sun Mar 02, 2008 10:10 am
Forum: Script Requests
Topic: Add/Remove ban and excempts through private msg
Replies: 1
Views: 2125

there are plenty of scripts already available in the tcl archives that do this. Try searching using the keywords public and ban :mrgreen:
by YooHoo
Sun Mar 02, 2008 12:58 am
Forum: Eggdrop Help
Topic: Cant connect via DCC or Telnet
Replies: 16
Views: 12198

the bot is probably having a hostmask and/or flag issue. Type .whom in the partyline to see who the bot thinks you are, then use .match <mynick> to see your personal information
by YooHoo
Sat Mar 01, 2008 2:20 pm
Forum: Scripting Help
Topic: ^M thing at the end of every line
Replies: 3
Views: 2181

Sometimes certain characters(for eg.,^M characters)are placed in a file during a DOS to UNIX conversion. To modify these files with a lot of ^M symbol at the end of every line, using the vi editor , use the following command: :%s/^M//g (To get the ^M hold the control key, press V then M (Both while ...
by YooHoo
Fri Feb 29, 2008 10:47 am
Forum: Other Topics
Topic: botnet/drone/clone attack protection
Replies: 1
Views: 3542

Give AllProtection.tcl a try. Be sure to use the updated beta, you can find it here
by YooHoo
Fri Feb 29, 2008 10:44 am
Forum: Shell & Bouncer Help
Topic: I can't upload my eggdrop to shell?
Replies: 8
Views: 15553

filezilla is crap IMHO. Use WinSCP, it is much better
by YooHoo
Fri Feb 29, 2008 10:35 am
Forum: Eggdrop Help
Topic: Let users add themselves
Replies: 4
Views: 2604

having users add themselves is a bad idea, and using auto-op along with that is downright foolhardy. Anyways, follow this link to learn more