home *** CD-ROM | disk | FTP | other *** search
- # NOTE: I'll admit it! My file reading routines are CRUDDY!!
- # dont try and do anything silly! I get scared!!
- # At this stage I am not doing string size checking, so BIG strings could
- # cause failures :-(
-
- # <- is a comment (must be 1st char on a line)
-
- # nick!id@<server> (info)
-
- nick Milo
- #nick Alicia
- id C9037574
- #id ajohnson
- info A one sided love is just a fantasy
- #info Just little me
-
- # modem = <speed><parity><data bits><stop bits>
- # if left free, opens port to its current settings
-
- modem 38400N81
-
- # rts_cts_flowctrl (1 = use hardware flowctrl 0=dont,
- # Use above 2400 bps PLEASE!)
-
- rts_cts_flowctrl 1
-
- # rxbuf <bytes> (Size of async receive buffer. Bigger the better! Min 4096
- # bytes. If you use the pause key with 14.4k bps etc, set to
- # 16384 etc, to prevent modem overflow at high speeds.)
-
- rxbuf 16384
-
- # size of scroll back in K
- capture 203
-
- # Time correction factor from GMT. Need for correct /whois and /topic
- # displays. Is in hours +/- GMT.
-
- time 14
-
- # Com port to use
- # Default is 0x2f8 (Com2)
- # Com1=0x3f8, Com2=0x2f8, Com3=0x3e8, Com4=0x2e8
- #comport 0x2f8
-
- # ** normally these DONT need to be entered, unless you use a non-
- # ** standard com-port!!
- # If you wish to change the com ports irq and vector.. do so like this
- # comirq <irq>
- # irq3=0x08, irq4=0x10
- # comvctr <vctr>
-
- # comp and ver parameters no longer exist..
-
- # what script to auto-load after registering.
-
- script myirc.irc
-