|
|
|
@ -31,7 +31,7 @@
|
|
|
|
|
|
|
|
|
|
static const char* shortDescription=I18N_NOOP("A user friendly IRC client");
|
|
|
|
|
|
|
|
|
|
static const KCmdLineOptions options[] =
|
|
|
|
|
static const TDECmdLineOptions options[] =
|
|
|
|
|
{
|
|
|
|
|
{ "+[url]", I18N_NOOP("irc:// URL or server hostname"), 0 },
|
|
|
|
|
{ "server <server>", I18N_NOOP("Server to connect"), 0 },
|
|
|
|
@ -40,7 +40,7 @@ static const KCmdLineOptions options[] =
|
|
|
|
|
{ "nick <nickname>", I18N_NOOP("Nickname to use"),""},
|
|
|
|
|
{ "password <password>", I18N_NOOP("Password for connection"),""},
|
|
|
|
|
{ "ssl", I18N_NOOP("Use SSL for connection"),"false"},
|
|
|
|
|
KCmdLineLastOption
|
|
|
|
|
TDECmdLineLastOption
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
int main(int argc, char* argv[])
|
|
|
|
|