ircrc - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       ircrc
       ---
            1 set channel_name_width 64
            2 set clock off
            3 set continued_line     
            4 set display_encoding UTF-8
            5 set help_prompt off
            6 set history 2000
            7 set indent on
            8 set input_encoding UTF-8
            9 set input_prompt $T> 
           10 set irc_encoding UTF-8
           11 set lastlog 20000
           12 set lastlog_level PUBLIC MSGS NOTICES WALLS WALLOPS NOTES OPNOTES SNOTES ACTIONS BEEP
           13 set novice off
           14 set scroll on
           15 set show_away_once on
           16 set show_channel_names on
           17 set star_prefix *** 
           18 set status_user  
           19 
           20 eval set logfile ${IRCLOG}
           21 set log off
           22 
           23 alias c channel
           24 alias j join
           25 alias l leave
           26 alias ll lastlog
           27 alias m msg
           28 alias q query
           29 alias w window
           30 
           31 # XXX: this can SIGSEGV on older ircii when doing `/^I'
           32 bind ^I command_completion
           33 bind ^W delete_previous_word
           34 
           35 # ircii default scripts
           36 load fkeys
           37 
           38 # Remap keys assigned by fkeys
           39 assign fk.1 scroll_start
           40 assign fk.4 scroll_end
           41 
           42 load aliases 
           43 load aliases.private 
           44 load binds
           45 load prec
           46 load silent
           47 
           48 load passwd.private
           49 load autoidentify
           50 
           51 load complete
           52 load compl.mods