Konversation/Scripts/Import mIRC server list/de: Difference between revisions
Appearance
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." |
Created page with "* Es stellt alle NEUEN Server als aktiv in ihr Standard-Profil." |
||
Line 9: | Line 9: | ||
* Es fasst nicht zusammen: Wenn Sie eine "freenode" Gruppe bereits hatten, dann werden Sie nach dem Ausführen des Skripts zwei "freenode" Gruppen haben. | * Es fasst nicht zusammen: Wenn Sie eine "freenode" Gruppe bereits hatten, dann werden Sie nach dem Ausführen des Skripts zwei "freenode" Gruppen haben. | ||
* | * Es stellt alle NEUEN Server als aktiv in ihr Standard-Profil. | ||
* 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). | * 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). |
Revision as of 12:14, 13 June 2020
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.
- Es stellt alle NEUEN Server als aktiv in ihr Standard-Profil.
- 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
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`"'