diff options
author | xero harrison <x@xero.nu> | 2016-08-08 17:47:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-08 17:47:19 -0400 |
commit | f93417746dc82183b2136577e8d94ecfccdc3db7 (patch) | |
tree | 710f80211d502c2e60269c3e34149cad399784e5 /irssi/.irssi/config | |
parent | b910fad2e7aabdcd348342bdffad40f13cbb2cd0 (diff) | |
download | dotfiles_ascii-f93417746dc82183b2136577e8d94ecfccdc3db7.tar.xz dotfiles_ascii-f93417746dc82183b2136577e8d94ecfccdc3db7.zip |
remove my username from the irssi configs
seeing tons of people join as xero_ on irc.unix.chat as getting really annoying.
#brotip - read and edit configs before you use them
Diffstat (limited to 'irssi/.irssi/config')
-rw-r--r-- | irssi/.irssi/config | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/irssi/.irssi/config b/irssi/.irssi/config index 7b9c6c0..733c342 100644 --- a/irssi/.irssi/config +++ b/irssi/.irssi/config @@ -28,12 +28,10 @@ servers = ( } ); -chatnets = { unixchat = { type = "IRC"; nick = "xero"; }; }; +chatnets = { unixchat = { type = "IRC"; nick = "neongold"; }; }; channels = ( - { name = "#nixers"; chatnet = "unixchat"; autojoin = "Yes"; }, - { name = "#iotek"; chatnet = "unixchat"; autojoin = "Yes"; }, - { name = "#gentlemanloser"; chatnet = "unixchat"; autojoin = "Yes"; } + { name = "#unix"; chatnet = "unixchat"; autojoin = "Yes"; } ); aliases = { @@ -46,7 +44,7 @@ aliases = { }; settings = { - core = { real_name = "xero"; user_name = "xero"; nick = "xero"; }; + core = { real_name = "neongold"; user_name = "neongold"; nick = "neongold"; }; "fe-text" = { actlist_sort = "refnum"; term_force_colors = "yes"; |