Konversation/Scripts/Import mIRC server list/da: Difference between revisions
Appearance
Importing a new version from external source |
Importing a new version from external source |
||
Line 13: | Line 13: | ||
* Det antager, at du ønsker at forbinde til den første port, som er oplistet i mIRC-config'en. ('''Konversation''' synes ikke at understøtte flere porte). | * Det antager, at du ønsker at forbinde til den første port, som er oplistet i mIRC-config'en. ('''Konversation''' synes ikke at understøtte flere porte). | ||
== | == Brug == | ||
Copy the script below into a new text document and <menuchoice>Save</menuchoice> it as 'konversation_servers' (or really any name you care, just change the following to suit!) | Copy the script below into a new text document and <menuchoice>Save</menuchoice> it as 'konversation_servers' (or really any name you care, just change the following to suit!) |
Revision as of 12:38, 5 August 2011
Information =
Dette script læser mIRC's serverliste fra mirc.com og importerer den til din serverliste i Konversation.
- Det vil IKKE overskrive dine eksisterende servere, men vil føje listen til din eksisterende liste.
- Det integrere ikke: Hvis du allerede har en freenode gruppe, så vil du have to freenode grupper efter at have kørt scriptet.
- Det sætter alle NYE servere til at bruge din standardprofil.
- Det antager, at du ønsker at forbinde til den første port, som er oplistet i mIRC-config'en. (Konversation synes ikke at understøtte flere porte).
Brug
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`"'