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

by scorchin
Fri Jun 25, 2004 9:55 am
Forum: Archive
Topic: Eggdrop protection
Replies: 2
Views: 1463

Eggdrop protection

i was wondering if anyone had any ideas about, or had made a script to protect their eggdrops. it works in a process, where the single eggdrop, can protect any given number of users... e.g. it would protect the following usernames... user1 user2 user3 user4 Then if anyone of those users were kicked ...
by scorchin
Fri Jun 18, 2004 8:50 am
Forum: Archive
Topic: Script will just not load....
Replies: 15
Views: 5180

so what awyeah posted was wrong code? as when i loaded it up, it did crash my eggdrop :s
by scorchin
Sat Jun 12, 2004 12:26 pm
Forum: Archive
Topic: Script will just not load....
Replies: 15
Views: 5180

it says that i havn't given a vaild argument, and that the string is wron,g its not the fault of the eggdrop as i just loaded up a new tcl script and it was fine
by scorchin
Sat Jun 12, 2004 11:21 am
Forum: Archive
Topic: Script will just not load....
Replies: 15
Views: 5180

Script will just not load....

i get very annoying errors in the following scripts and i don't seem to be able to fix it, ill post the original code here.... bind pub - "cs anyone?" pub:cs proc pub:cs {nick host handle chan} { putquick "PRIVMSG $chan :I like CS! Play with me! My steams not working though return 0} ...
by scorchin
Fri Jun 11, 2004 8:27 am
Forum: Archive
Topic: join script
Replies: 4
Views: 2275

join script

how do i make a script that will allow me to type !invite bot #chan and it will send the eggdrop to that channel? but i only want it to work for me. i have been able to do this in mIRC but nothing like this in tcl :x :o :x
cheers
by scorchin
Fri Jun 11, 2004 6:27 am
Forum: Archive
Topic: another trigger script! :s
Replies: 11
Views: 3529

yer, basically
by scorchin
Fri Jun 11, 2004 6:14 am
Forum: Archive
Topic: another trigger script! :s
Replies: 11
Views: 3529

kk, just checking, how would i make this script output a notice to a username when it joins, and says...

Hello $nick type !commands for the commands.
by scorchin
Fri Jun 11, 2004 5:09 am
Forum: Archive
Topic: another trigger script! :s
Replies: 11
Views: 3529

cool, but how would i make it so that it didn't matter whether !commands was in capitals or not :-? thanks.
by scorchin
Thu Jun 10, 2004 5:22 pm
Forum: Archive
Topic: another trigger script! :s
Replies: 11
Views: 3529

another trigger script! :s

well, this will probably be my last query on trigger scripting, how would i make a script to ouput into a given channel if the following command is given...
cs anyone?
then the eggy will output......
I like CS! Play with me! My steams not working though :(

cheers
by scorchin
Thu Jun 10, 2004 8:39 am
Forum: Archive
Topic: Tcl de-op or de-voice
Replies: 1
Views: 1547

Tcl de-op or de-voice

Hi i want to make a tcl script that will !deop username and !devoice someone, then the same script can be used to !op or !voice someone. cheers.
by scorchin
Mon Jun 07, 2004 5:55 am
Forum: Archive
Topic: Help needed with Tcl trigger script
Replies: 5
Views: 2101

Thanks all, will test script when Eggdrop comes online! :P
by scorchin
Mon Jun 07, 2004 5:51 am
Forum: Archive
Topic: Help needed with Tcl trigger script
Replies: 5
Views: 2101

thanks that brilliant :lol: :mrgreen: :lol:
by scorchin
Mon Jun 07, 2004 5:33 am
Forum: Archive
Topic: Help needed with Tcl trigger script
Replies: 5
Views: 2101

Help needed with Tcl trigger script

Hi, i am trying to make a trigger script for my clan channel. It will get info about a username that is placed after the !whatis command. But so far, its just fubarred up my Eggdrop, can anyone help? Here is the code... bind pub - !whatis pub:definition proc pub:definition {n u h c t} { if {[string ...