HI all,
I'm not a tcl coder, but I would like make a tcl script for my net.
I need a script that read a specific file that contains name of channel,
parse this name and apply +chan command.
Example of list:
#simoncioni la chat dei simoncini
#SpUt! Il chan del faffanculo
#staff MusiChat Staff Channel
#techno IL PRIMO CANALE CHE SUPERA I 140 Bpm
#theland corsy@libero.it
#tozzi Canale Ufficiale di Umberto Tozzi
#uxs Uniti Per Sempre
#vasco Canale Ufficiale di Vasco rossi
#ZeLig il channel comico
#zerodieci Il canale ufficiale della cover band di ligabue
The bot read a name #chan and apply +chan command for join this channel.
This channel list change every day, because some chan can be expired, and othe can be new registered.
If channel name not present in this list the bot apply -chan command
Some one can help me?
Alex