# ## Burrito v1.0h ## This tcl generates a web file from the userlist ## ## Made by eXocomp (David Ellsworth) ## Perki (Pierre-Mikael Legris) ## gippah (Timothy Dotson) ## ## Things added to 1.0h: ## - verbose setting actually works if set to 0. ## - when adding url's, you can now set the url for a user by ## putting the url (preceeded with http://) in either ## their comment field or their info line. Storing it ## in the xtra field was bad because other poorly-written ## scripts tend to trash everything stored there. ## - removed 'admin' listing for the bots, it didnt work anyway. ## - added two new groups 'channel regulars' for those on the bot ## who do not get ops, and 'channel nasties' for those who ## have the +d flag. I'll add an option to turn these off ## in a later release, but they are definitely useful. ## - added 'web page' and 'picture' fields for the bots, so people ## who have a sense of humor can put them in if so inclined. ## - still autorefreshes. ## ## set the path of the file u want to create set http_path "/usr/home/gippah/public_html/punk" ## set the web path of the file set web_path "/~gippah/punk" ## set the file name of the file u want to create set userlist_html "users.html" ## set the backgroud picture of your page set bgpic "" ## set the channel's title here! set title "#punk list" ## if you want the bot to generate a link to url or pictures set this to 1 set verbose 1 ## if you set verbose to 0 skip the next entry ## here set the path where pictures can be found ## ! The pictures must be matching this: .jpeg, .gif or .bmp ## Only ONE file much match .* it assumes that all the files in the ## directory are pictures set pict_path "punkpics" set pict_ext {jpg jpeg JPG JPEG gif GIF bmp BMP} ## set the refresh rate