Feature #220
Import configuration from irssi
| Status: | New | Start: | 10/18/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | % 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 5598 days ago
- Complexity set to Medium
Not sure what format the irssi config file exactly is, but it doesn't look that simple to parse.
Example:
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"; }
);