From f93417746dc82183b2136577e8d94ecfccdc3db7 Mon Sep 17 00:00:00 2001 From: xero harrison Date: Mon, 8 Aug 2016 17:47:19 -0400 Subject: 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 --- irssi/.irssi/config | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'irssi/.irssi/config') 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"; -- cgit v1.2.1