Sunday, June 26, 2011

Change your personal information (name, identity) on irssi

edit your ~/.irssi/config, it's under
core = {
    real_name = "Your custom name";
    user_name = "Your custom username";
   nick = "Your primary nick";
};

No comments:

Post a Comment