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

by saerd
Mon Jan 17, 2005 4:32 am
Forum: Archive
Topic: It's possible to modify noversion script ?
Replies: 3
Views: 1869

Many Thanks!!! it works 100%!!
Thanks to you and this wonderful community!!
CIAO GRAZIE!!!! :D :D :D :D :D :D
by saerd
Sun Jan 16, 2005 9:29 pm
Forum: Archive
Topic: It's possible to modify noversion script ?
Replies: 3
Views: 1869

It's possible to modify noversion script ?

hi all!! I need to modify this script (noversion 1.05 tcl found in egghelp.org) Here the code... # noversions.tcl v1.05 [1 August 2000] # Copyright (C) 1999-2000 Teemu Hjelt <temex@iki.fi> # # Latest version can be found from http://www.iki.fi/temex/eggdrop/ # # If you have any suggestions, question...
by saerd
Wed Dec 29, 2004 1:34 pm
Forum: Archive
Topic: small modification to badrealname.tcl
Replies: 10
Views: 3537

I wonder what your problem would be as it's just replacing one line. newchanban $chan "*!*@[lindex [split $arg] 3]" $::botnick $::badr(reason) $::badr(time) to putserv "PRIVMSG chanserv :BAN $chan [lindex [split $arg] 0] $::badr(reason) Or atleast my guess would be it should work Now...
by saerd
Wed Dec 29, 2004 1:27 pm
Forum: Archive
Topic: small modification to badrealname.tcl
Replies: 10
Views: 3537

no, he autoban himself..lol

[18:25:30] * ChanServ sets mode: +b *!*@xxxxxx.xxxxxxx.xxxxxxx
[18:25:30] * Eggdrop was kicked by ChanServ (Bye! (Eggdrop))

Why ?
by saerd
Wed Dec 29, 2004 10:19 am
Forum: Archive
Topic: small modification to badrealname.tcl
Replies: 10
Views: 3537

small modification to badrealname.tcl

hi all, i found on this forum this script to ban "bad realname" :D it's possible to modify it to ban via chanserv privmsg chanserv :BAN $chan $nick $reason ??? i tried to modify it, but i have problems with variables :-( THANKS IN ADVANCE :D # What bad realnames should be banned? set badr(...
by saerd
Tue Dec 21, 2004 6:54 pm
Forum: Archive
Topic: on join in my chan - add user
Replies: 11
Views: 3351

bind join - * foo proc foo {n u h c} { if ![validuser $h] { adduser $n [maskhost $n!$u] chattr $n +f } } hi demond, thanks for the reply!! it's possible to make the last modify to this script ?? if the user is in userlist, and the host is "different" add the new host. it's possible ?? tha...
by saerd
Tue Dec 21, 2004 3:37 pm
Forum: Archive
Topic: on join in my chan - add user
Replies: 11
Views: 3351

i think there is a way for a bot to auto add users .. or check the tcl archieve there is certainly a script for this also don't just add users on join cause they might allready exist and use different nicks .. i ofloo..i need this script for my chan and my private net :) so, i try to find it in TCL...
by saerd
Tue Dec 21, 2004 11:18 am
Forum: Archive
Topic: on join in my chan - add user
Replies: 11
Views: 3351

demond wrote:what if 23874634 clones enter, you want them all as friends?
hi demon,
thanks for the fast reply!!
i need this script, in my chan do not join clones...so there aren't problems :)
so, can you help me ?
by saerd
Tue Dec 21, 2004 11:07 am
Forum: Archive
Topic: on join in my chan - add user
Replies: 11
Views: 3351

on join in my chan - add user

hi all!!
i need a tcl script that:
when a user join in my channel, my eggdrop add him like "friend" in userlist:

.+user user user!ident@host +f

many thanks in advance!!!
by saerd
Sat Dec 11, 2004 10:28 pm
Forum: Archive
Topic: Identify ok, but too slow :-(
Replies: 5
Views: 2353

WOW!!! Wonderful!!

Many thanks!! It works very very good!!
Tnx! ciao!!!
by saerd
Sat Dec 11, 2004 4:40 pm
Forum: Archive
Topic: Identify ok, but too slow :-(
Replies: 5
Views: 2353

hi, thanks for the reply; here the code: ############################################################################################# ##################### Identify Script for Eggdrop 1.3.x, 1.4.x, 1.5.x ####################### #######################################################################...
by saerd
Sat Dec 11, 2004 3:41 pm
Forum: Archive
Topic: Identify ok, but too slow :-(
Replies: 5
Views: 2353

Identify ok, but too slow :-(

hi all, My eggdrop join in Restricted Chan (only users registered to chan); The identify script work well, but it's too slow :-/ Here the log: [8:27pm] Friends (Friends@xxxxxxx.xxxxxx.xxxx) has joined. «14 people» [8:27pm] ChanServ sets mode: +b *!*@xxxxxxx.xxxxxx.xxxx [8:27pm] * Friends was kicked ...
by saerd
Sat Dec 11, 2004 9:26 am
Forum: Archive
Topic: Help TCL - $arg - TNX!!
Replies: 3
Views: 2134

It works 100%!!!
MANY THANKS!!!!
CIAO!!
by saerd
Sat Dec 11, 2004 8:34 am
Forum: Archive
Topic: Help TCL - $arg - TNX!!
Replies: 3
Views: 2134

Help TCL - $arg - TNX!!

Hi all!! I want to make a script that, when in my chan any users, type: !find test1 test2 test3 My eggdrop MUST reply: http://www.xxxxx.yyy/search.php=test1+test2+test3 I have created this script, but it works with only a word of search If I type !find test1 test2 test3, hi reply me: http://www.xxxx...
by saerd
Thu Dec 02, 2004 4:31 am
Forum: Archive
Topic: Trasform "Bind Pub" in "Bind Join"
Replies: 17
Views: 5332

thanks for the fast replies!!! :D :D :D i post the code (taken from this forum :P :P ) ### Settings ### #This will be the channel where the opped users will be detected on. set chan1 "#opchannel" #This will be the channel to op the people on. set chan2 "#chanforop" ### Don't edit...