egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Begrüßungs script

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Scripting Help
View previous topic :: View next topic  
Author Message
Balu_der_Baer
Voice


Joined: 18 Feb 2006
Posts: 1

PostPosted: Sat Feb 18, 2006 4:58 am    Post subject: Begrüßungs script Reply with quote

Hallo alle zusammen
Ich suche ein script welches den user bei eintritt in den chan begrüßst und sagt"hallo (nick) schön dich zu sehen setz dich fühl dich wohl du bist person nr (123456) und das ist dein (xxx) login. ich kenne so ein script vom angel bot.Währe super wenn mir jemand helfen könnte.
Back to top
View user's profile Send private message
Winters
Voice


Joined: 09 Jul 2005
Posts: 29

PostPosted: Sat Feb 18, 2006 3:23 pm    Post subject: Reply with quote

Code:

setudef str counter

bind join - * join:greet

proc join:greet {nick host hand chan} {
if {"[channel get $chan counter]" == ""} {
channel set $chan counter "0"
}
set id "[channel get $chan counter]"
channel set $chan counter "[expr $id + 1]"
putserv "privmsg $chan :Moin $nick schön dich in $chan zu sehen. Setz dich und fühl dich wohl. Du bist Person Nr. [expr $id +1]."
}


Das sollte klappen Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Scripting Help All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber