Old posts that have not been replied to for several years.
-
RaDoM
- Voice
- Posts: 17
- Joined: Mon Mar 10, 2003 2:32 pm
- Location: uNd3rGr0uNd C1Ty
Post
by RaDoM »
hi,
how can i do for my eggdrop when it join to chan say a text?
thx
.:: RaDoM ::.
The future is nearby!
-
caesar
- Mint Rubber
- Posts: 3778
- Joined: Sun Oct 14, 2001 8:00 pm
- Location: Mint Factory
Post
by caesar »
Code: Select all
bind join * * my:join
proc my:join {nick uhost handle channel} {
if {$nick != "$::botnick"} {
return
}
putserv "PRIVMSG $channel :Your text here!"
}
Once the game is over, the king and the pawn go back in the same box.