Jump to content

Konversation/Skripte/Importieren der mIRC-Server-Liste

From KDE UserBase Wiki
Revision as of 12:13, 13 June 2020 by Ikoch (talk | contribs) (Created page with "* Es fasst nicht zusammen: Wenn Sie eine "freenode" Gruppe bereits hatten, dann werden Sie nach dem Ausführen des Skripts zwei "freenode" Gruppen haben.")

Informationen

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

  • Es wird ihre bestehend Server-Liste NICHT überschreiben, sondern wird die neuen Server an die bestehende Liste anhängen.
  • Es fasst nicht zusammen: Wenn Sie eine "freenode" Gruppe bereits hatten, dann werden Sie nach dem Ausführen des Skripts zwei "freenode" Gruppen haben.
  • 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`"'