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

by demond
Mon Jul 24, 2006 9:28 am
Forum: Scripting Help
Topic: Problem with bind pub
Replies: 6
Views: 4232

put #chan in double quotes

and use case-insensitive comparison, learn about Tcl [string] command
by demond
Sat Jul 22, 2006 9:09 am
Forum: Scripting Help
Topic: Detecting a users umodes (not flags) in a tcl
Replies: 6
Views: 5509

Yep. I know about 307. Trick is, I want something to happen when a user is not registered. then catch the "End of /WHOIS List" numeric reply if you still haven't received 307 upon receiving EOW, the nick is not registered (needless to say, you need to maintain track of nicks you inquired ...
by demond
Thu Jul 20, 2006 12:45 pm
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221199

so you have defined "sex" and not " sex " or even "sex ", what did you expect?
by demond
Thu Jun 29, 2006 10:55 pm
Forum: Script Requests
Topic: flooders
Replies: 35
Views: 22894

I can but I won't

I firmly believe that ircops have no business on channels, and we are talking channels here
by demond
Wed Jun 28, 2006 1:58 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221199

if you need to use spaces embedded in bad word definitions (that are actually treated as, mind you, regular expressions) such as " sex ", patch the script to split by newlines/tabs only, replace: foreach elem [split [read $f] " \t\r\n\f"] { with: foreach elem [split [read $f] &qu...
by demond
Sun Jun 25, 2006 12:34 am
Forum: Scripting Help
Topic: Help about strings and lists
Replies: 1
Views: 3011

you won't have any problems and you don't need to strip those chars as long as you simply output db text and don't pass it to proc's which do evaluation
by demond
Fri Jun 23, 2006 12:24 pm
Forum: Script Requests
Topic: Self Deop-Op TCL
Replies: 2
Views: 2759

there is no such thing as "reop itself"

it would have to be (re)opped by someone/something else than itself
by demond
Fri Jun 23, 2006 12:21 pm
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221199

then use it

I'd assume you'll have the common courtesy to indicate in your script where you got this thing
by demond
Fri Jun 23, 2006 2:03 am
Forum: Scripting Help
Topic: Installing mysqltcl on a shell
Replies: 3
Views: 3954

the entire mySQL (server + client libs) can be installed by unprivileged users for their own private use, as any other UNIX program, by specifying --prefix=$HOME option of the configure script
by demond
Fri Jun 23, 2006 1:52 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221199

use where and can I do what?
by demond
Tue Jun 20, 2006 1:13 am
Forum: Eggdrop Help
Topic: Multiple Eggdrop`s running
Replies: 1
Views: 2926

not an eggdrop problem; you should seek help on oidentd's mailing list

or try identd2, it works fine for me
by demond
Sun Jun 18, 2006 10:43 pm
Forum: Scripting Help
Topic: Mass op Protection
Replies: 5
Views: 5229

actually xchannel won't help with that, it ignores mass modes as I've said many times before, you simply can't protect against mass modes, and to claim that some script can do it is a plain lie; I've also explained why is that, and won't repeat myself this time if you have a problem with mass modes,...
by demond
Sun Jun 18, 2006 8:25 pm
Forum: Eggdrop Help
Topic: Eggdrop starts in mode -n but not in normal mode
Replies: 7
Views: 6207

I wonder if that's fixed in .18

anyone knows?
by demond
Sun Jun 18, 2006 4:38 pm
Forum: Script Requests
Topic: kickban badnick
Replies: 3
Views: 3059

then use timed +ban
by demond
Sun Jun 18, 2006 12:47 pm
Forum: Script Requests
Topic: kickban badnick
Replies: 3
Views: 3059

that does not require a script

use .+ban #channel badnick!*@* some reason here