Jump to content

Konversation/Skripte/Importieren der mIRC-Server-Liste

From KDE UserBase Wiki
Revision as of 12:09, 13 June 2020 by Ikoch (talk | contribs) (Created page with "Dieses Skript liest die Server-Liste von mIRC von der Seite [http://www.mirc.com/servers.ini mirc.www] ein und importiert sie zu ihrer '''Konversation'''-Server-Liste.")

Informationen

Dieses Skript liest die Server-Liste von mIRC von der Seite mirc.www ein und importiert sie zu ihrer Konversation-Server-Liste.

  • It will NOT overwrite your existing servers, but will append the list to your existing list.
  • It doesn't integrate: If you have a freenode group now, you will have two freenode groups once you run it.
  • It sets all NEW servers to use your default profile.
  • It assumes you want to connect on the first port listed in the mIRC config. (Konversation doesn't appear to have the concept of multiple ports).

Usage

Copy the script below into a new text document and Save it as 'konversation_servers' (or really any name you care, just change the following to suit!)

Make sure you quit (not just close) Konversation, and then run:

perl konversation_servers

or

perl konversation_servers /path/to/konversationrc

To run it, you will need several perl modules installed:

You can skip File::HomeDir if you include the path to your konversationrc in the command line call or if your KDEHOME environment variable is set and your konversationrc is where is should be.

Warranty

THIS SCRIPT COMES WITH NO WARRANTY AT ALL.

Support

Any questions look for Woosta on Freenode or ask your local perl guru

Licence

(c)2007 Rick Measham. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The Script

'"`UNIQ--syntaxhighlight-00000002-QINU`"'