iroffer-1.4.b03.orig/0000755000175000017500000000000010427561764012420 5ustar abiabiiroffer-1.4.b03.orig/sample.config0000444000175000017500000005544310347434264015074 0ustar abiabi############################################################################## ## iroffer 1.4.b03 config file ## ## lines starting with "#" or are blank are ignored ## ############################################################################## # Version of this file: # # @(#) sample.config 1.126@(#) # pmg@wellington.i202.centerclick.org|sample.config|20051213024432|50861 # ############################################################################## ## FILES ## ############################################################################## ############################################################################## ### - pid file - ### ### Writes the process id to this file on startup ### pidfile mybot.pid ############################################################################## ### - log file - ### ### Writes logging information to this file logstats will log statistical ### ### information logstats will also send stats to a dcc chat if one is ### ### active. logrotate can be none, daily, weekly, or monthly ### logfile mybot.log logstats yes logrotate weekly ############################################################################## ### - state file - ### ### temporary storage for iroffer state information across restarts ### statefile mybot.state ############################################################################## ### - xdcc listing file - ### ### if you want to export your xdcc list via a webserver, or other means ### ### define 'xdcclistfile' and iroffer will write the xdcc list to it when ### ### needed. ### ### If xdcclistfileraw is set the file will be written with the IRC ### ### control characters included (color, formatting, etc..). ### #xdcclistfile mybot.txt #xdcclistfileraw ############################################################################## ## IRC ## ############################################################################## ############################################################################## ### - connection method - ### ### How should iroffer connect to the irc server. Choices are: ### ### direct - connect directly to the irc server ### ### bnc ### ### - connect to the irc server through a bnc ### ### relay at : using ### ### is optional ### ### wingate - connect to the irc server through a ### ### wingate relay at : ### ### custom - connect to the irc server through a ### ### custom set of commands, see proxyinfo ### ### below for more information ### ### most people will want to use the direct ### connectionmethod direct ############################################################################## ### - custom connection info - ### ### if you use connectionmethod of custom you can place any number of ### ### custom lines for use with your proxy/gateway/redirector. Place "$s" ### ### and "$p" where the server and port should be placed in your text ### #proxyinfo connect $s:$p #proxyinfo blah blah ############################################################################## ### - onjoin information - ### ### you can use server_join_raw to send raw IRC commands to the server ### ### when connected (sent after NICK, USER, before MODE ) ### ### ### ### you can use server_connected_raw to send raw IRC commands to the ### ### server when connected (sent after MODE, before JOIN ) ### ### ### ### you can use channel_join_raw to send raw IRC commands to the ### ### server when you join a channel (multiple instances can be configured ### ### if needed) ### ### ### ### multiple instances of all 3 can be configured if needed ### #server_join_raw #server_connected_raw #channel_join_raw ############################################################################## ### - nickserv - ### ### if you would like to register with nickserv add settings here ### #nickserv_pass mypass ############################################################################## ### - server information - ### ### List server/ports in the form "server irc.domain.com 6667". Port is ### ### optional (default 6667). Server password should be listed 3rd if ### ### needed (port must be specifed if using a password). ### ### Multiple servers can be specified ### server irc.efnet.net #server irc.efnet.net 6667 #server irc.efnet.net 6667 server-password ############################################################################## ### - channels (upto 50) - ### ### channel format: ### ### "channel [-plist