[Konversation-devel] [Bug 156797] adding /dccserver irc command
Leticia Hernández
aikurn at gmail.com
Sun Jan 27 20:55:05 CET 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=156797
------- Additional Comments From aikurn gmail com 2008-01-27 20:55 -------
Actually, it is possible and quite simple. I use the perl version of dccserver found in http://outflux.net/software/pkgs/dccserver/ though. You can even write a small script so you don't need to write the same arguments every time:
---
#!/bin/sh
dccserver --user YourUser --nick YourIRCNick --path /DownloadPath/ --port $1
---
Save it in your path as dccserver.sh and run it on a konsole tab like:
$dccserver.sh 6060
More information about the Konversation-devel
mailing list