bind join * * chan_message
proc chan_message {nick host hand chan} {
if {[string tolower $chan] == [string tolower "#youroldchannel"]}
putserv "PRIVMSG $chan :Your message goes here"
return 0
}
return 0
}
That should do it.
Really should make sure I'm awake before answering help queries lol
_________________
How can you tell if a blonde is having a bad day?
She has a tampon behind her ear and she forgot where she put her pencil.
http://www.eggdropsrus.co.uk
ian.highlander@eggdropsrus.co.uk
<font size=-1>[ This Message was edited by: Ian-Highlander on 2001-12-08 07:56 ]</font>
<font size=-1>[ This Message was edited by: Ian-Highlander on 2001-12-08 07:56 ]</font>
<font size=-1>[ This Message was edited by: Ian-Highlander on 2001-12-08 07:58 ]</font>