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 

Auto message script help thingy

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive
View previous topic :: View next topic  
Author Message
agathodaimon
Voice


Joined: 21 Aug 2005
Posts: 29

PostPosted: Sun Aug 21, 2005 2:33 pm    Post subject: Auto message script help thingy Reply with quote

Hi
Its like this ...in our channel we have som users ..lets call them...new at irc chatting..and they dont know ..for a ex how to change their nick...
What im interested about is a script who can ....at entering the channel a..user if he has a certain nick ( *newuser) will get an prv message from my bot with an short description of the commands for changeing their nick
Any help?
Thx
Back to top
View user's profile Send private message
demond
Revered One


Joined: 12 Jun 2004
Posts: 3073
Location: San Francisco, CA

PostPosted: Sun Aug 21, 2005 3:38 pm    Post subject: Reply with quote

create an user record, for example newbie, and then add host/nickmasks to it, for example goober!*@*; then use:
Code:

bind join - * foo
proc foo {n u h c} {
   if {$h == "newbie"} {
      puthelp "privmsg $n :To change your nickname, type: /nick newnick"
   }
}

upon entering the channel, goober will get that message
Back to top
View user's profile Send private message Visit poster's website
agathodaimon
Voice


Joined: 21 Aug 2005
Posts: 29

PostPosted: Sun Aug 21, 2005 4:00 pm    Post subject: Reply with quote

cool
thx Smile
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive 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