Feature #220

avatar

Import configuration from irssi

Added by Mirco Bauer 5301 days ago. Updated 4995 days ago.

Status:New Start:10/18/2009
Priority:Normal Due date:
Assigned to:avatarMirco Bauer % Done:

0%

Category:Frontend GNOME
Target version:TBD
Complexity:

Medium

Votes: 0

Description

When starting Smuxi for the first time it should detect irssi settings and allow to import them. IRC server/networks, channels and possibly other settings should be imported.

History

Updated by Mirco Bauer 5223 days ago

avatar
  • Complexity set to Medium
Not sure what format the irssi config file exactly is, but it doesn't look that simple to parse.
Example:
servers = (
  { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; },
  { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
  {
    address = "irc.undernet.org";
    chatnet = "Undernet";
    port = "6667";
  },
  { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
  { 
    address = "irc.quakenet.org";
    chatnet = "QuakeNet"; 
    port = "6667";
  },
  { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
);

Updated by Mirco Bauer 4995 days ago

avatar
  • Target version changed from 0.8 to TBD

Also available in: Atom PDF