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

by metroid
Mon Jan 14, 2008 10:25 am
Forum: Script Requests
Topic: Drone Script
Replies: 11
Views: 4827

He probably wants them to idle in his channel or something.

Also, you should note that drones usually send messages to every user in the channel so I can't imagine you'd want that.
by metroid
Sun Jan 13, 2008 4:02 pm
Forum: Script Support & Releases
Topic: Qban by coven, error when banned user joins
Replies: 5
Views: 5645

http://www.egghelp.org/tclhtml/3478-4-0-0-1-chanlev.htm

The script made by perplexa should do what you need.
by metroid
Thu Jan 10, 2008 2:17 pm
Forum: Script Requests
Topic: need a simple script to can give op on join and on text
Replies: 6
Views: 2372

Sounds like you want a channel where anyone can take it over..

Code: Select all

bind JOIN * "#mychannel *" lame:op

proc lame:op {n u h c} {
    pushmode $c +o $n
}
by metroid
Wed Jan 02, 2008 9:19 am
Forum: Scripting Help
Topic: msg all channels/on channel? [solved]
Replies: 4
Views: 2514

You use split on lists, you shouldn't.
by metroid
Sat Dec 29, 2007 2:03 pm
Forum: Shell & Bouncer Help
Topic: I need a small script for one sBNC user
Replies: 6
Views: 12054

No.
by metroid
Sat Dec 29, 2007 8:25 am
Forum: Shell & Bouncer Help
Topic: I need a small script for one sBNC user
Replies: 6
Views: 12054

No.

It's lame and it will only hog resources on Q for no good reason at all.

[Other scripters ignore this topic please]
by metroid
Sat Dec 29, 2007 8:23 am
Forum: Scripting Help
Topic: What's wrong??
Replies: 3
Views: 2234

That's because you're testing if the user is opped when the eggdrop only sees the join. The user is probably not even opped yet. Also you may want to fix the bug in your code regarding it having to create a new file since it'll create a file with the contents "temp" which can't be incremen...
by metroid
Thu Dec 27, 2007 1:07 pm
Forum: Scripting Help
Topic: WHO help
Replies: 8
Views: 4651

You do know that eggdrops already keep a host cached for every chanuser right? :roll: bind pub - !matchip pub:match proc pub:match {nick host handle channel text} { if {$text == ""} { return; } foreach user [chanlist $channel] { if {[string match -nocase [getchanhost $user] $text]} { putse...
by metroid
Thu Dec 27, 2007 1:01 pm
Forum: Script Requests
Topic: trivia cheater stop
Replies: 13
Views: 9375

If you "encode" the question then how will the other people read it?

Simply kick the guy using a script.
by metroid
Sat Dec 15, 2007 11:23 am
Forum: Modules & Programming
Topic: mysqltcl - problem with mysqlsel
Replies: 10
Views: 24496

Actually, according to the documentation, it should already try to reconnect on it's own, if you open a new connection, won't you have 2 open?
by metroid
Sat Dec 15, 2007 11:18 am
Forum: Script Support & Releases
Topic: Antiproxy by metroid
Replies: 29
Views: 18402

nml375 has provided you with the tools to do what you want (you do however need to run your excemption list twice if you want to excempt IPs aswell as hostnames) edit: Scratch that, if a user doesn't have his IP resolved then the hostname wouldn't be looked up anyway. You should _only_ use IPs for y...
by metroid
Thu Dec 13, 2007 2:58 pm
Forum: Script Support & Releases
Topic: Antiproxy by metroid
Replies: 29
Views: 18402

Fix the max-bans setting in your conf so the bot will set as much bans as the network allows instead of what it thinks is allowed.
by metroid
Tue Dec 11, 2007 1:57 pm
Forum: Scripting Help
Topic: Two scripts work seperately but not together
Replies: 4
Views: 3632

Warez is not supported on this forum.
by metroid
Fri Dec 07, 2007 5:45 pm
Forum: Script Requests
Topic: Logging in via PM
Replies: 11
Views: 5012

Possible: Yes

Chances of someone writing all that code for you: Unlikely
by metroid
Tue Dec 04, 2007 6:44 pm
Forum: Scripting Help
Topic: [REQ] Cannot Edit String
Replies: 9
Views: 5122

If you made the script (as seems to be case since you put your name in there) then why wouldn't you be able to fix that yourself? :roll: