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.

onjoin notice

Old posts that have not been replied to for several years.
Locked
[
[WT]Boink

Post by [WT]Boink »

how i can set a onjoin notice???
in my eggdrop?
G
GTM
Voice
Posts: 20
Joined: Sun Sep 30, 2001 8:00 pm

Post by GTM »

Try this:
bind join - "#channel *" channel_join

proc channel_join {nick host chan uhost} {
putserv "NOTICE $nick :Type blah blah blah"
}
GTM@EFnet
[
[WT]Boink

Post by [WT]Boink »

Where do i have to put this?
G
GTM
Voice
Posts: 20
Joined: Sun Sep 30, 2001 8:00 pm

Post by GTM »

save it to a file called onkoin.tcl and put in scripts.
Add this line at the bottom of the config:
source scripts/onjoin.tcl
GTM@EFnet
Locked