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

by FiskerEnDK
Mon Oct 13, 2003 5:07 pm
Forum: Archive
Topic: Trigger script
Replies: 7
Views: 3231

Thanks for the help ppl!
by FiskerEnDK
Mon Oct 13, 2003 3:13 pm
Forum: Archive
Topic: Trigger script
Replies: 7
Views: 3231

ya

bind pub - !slap tud
by FiskerEnDK
Mon Oct 13, 2003 2:54 pm
Forum: Archive
Topic: Trigger script
Replies: 7
Views: 3231

Now it just dont say anything in the chan even not the first of putserv!
by FiskerEnDK
Mon Oct 13, 2003 10:38 am
Forum: Archive
Topic: Trigger script
Replies: 7
Views: 3231

Trigger script

i made this script. I want it to take the last from a trigger and put it into the putserv line e.g. I write !slap Nick proc tud { nick mask hand chan text args } { set msg [lindex $args 0] putserv "PRIVMSG $chan :Slaps $msg Bigtime" } but the code dosent display the nick on the line.. prop...
by FiskerEnDK
Sat Oct 11, 2003 8:19 am
Forum: Archive
Topic: List Script
Replies: 1
Views: 1097

List Script

I made this script for listing in a chan.. When i type !list or @list it will show line for line from the text file "list.db" But its only showed the first line of fine anyone can help me with this? Best Regards FiskerEn <code> set channel "channel" set db eggdrop/scripts/list.db...
by FiskerEnDK
Wed Jul 16, 2003 4:00 pm
Forum: Archive
Topic: oidentd and Eggdrop
Replies: 3
Views: 1695

Ya i have set the oidentd.tcl in Eggdrop.. but my problem is that i dont know what to type in the oidentd.conf file and where to put it..

the problem is that oidentd only runs by root becouse the lower port..
there for i need some conf details and so!
by FiskerEnDK
Tue Jul 15, 2003 2:53 pm
Forum: Archive
Topic: oidentd and Eggdrop
Replies: 3
Views: 1695

oidentd and Eggdrop

I use servel eggdrops on my freebsd.. but without ident.. now i have installed oidentd on the box.. now i just need to configure the oidentd and eggdrop together can anyone tell me how to do that??
by FiskerEnDK
Tue May 06, 2003 5:13 pm
Forum: Archive
Topic: Inviting ?
Replies: 6
Views: 2875

Hmm ok

another thing..
when updating to version 1.6.15 is that best to use the new conf or just use the old one configured for 1.6.13
by FiskerEnDK
Tue May 06, 2003 4:30 pm
Forum: Archive
Topic: Inviting ?
Replies: 6
Views: 2875

Inviting ?

i have downloaded an using Invite.tcl from the site.... its a great script an i love it thanks.. but i have a questian when a user invites him self by using msg botnick @invite <user> <pass> i get this in the channel <Botnick> =¤ INViTE ¤= invited: Nick (thats my modifyed from the invite script.. bu...
by FiskerEnDK
Sat May 03, 2003 11:38 am
Forum: Archive
Topic: Invite script
Replies: 0
Views: 799

Invite script

Hi i have made this script with a friend... its made to make an invite list.. add/del/invite command from a database named site_invite.db but it dosent work.. and we have spend about 24 hours just to try to debug can anybody help me getting this to work.. best regards Thomas <code> set active "...
by FiskerEnDK
Sun Jan 19, 2003 7:44 pm
Forum: Archive
Topic: Show in Channels i want?
Replies: 8
Views: 1976

Ok can u then please tell me how to do that with my script?
by FiskerEnDK
Sun Jan 19, 2003 7:37 pm
Forum: Archive
Topic: Show in Channels i want?
Replies: 8
Views: 1976

Nearly Every TCL script have
set chan "#lamer" or somethin like that..

but why is it writed of not useable??
And if i have 2 channels that gonna have 2 deferent Scripts i cant to that then?
by FiskerEnDK
Sun Jan 19, 2003 7:11 pm
Forum: Archive
Topic: Show in Channels i want?
Replies: 8
Views: 1976

Ok there fore it dosent work a [censored] using these set channel like almost every TCL scritper use... ?
by FiskerEnDK
Sun Jan 19, 2003 7:06 pm
Forum: Archive
Topic: Show in Channels i want?
Replies: 8
Views: 1976

if i add the bot to a new Channel the funktion is still working...
by FiskerEnDK
Sun Jan 19, 2003 7:05 pm
Forum: Archive
Topic: Show in Channels i want?
Replies: 8
Views: 1976

Show in Channels i want?

i have this script: # Settings set channels "#channel1 #channel2" set trigger(char) "!" # Binding bind pub - [string trim $trigger(char)]info pub:info # Proc global channels proc pub:info {nick uhost hand chan text} { putserv "NOTICE $nick :Information about blabla" } i...