1b39de27b4
Licq-core is a multi-threaded ICQ clone written mostly in C++. It uses an extensive plugin system to manage many different functions. The main gui is written using the Qt widget set. Licq is distributed under GPL with some special QPL exceptions for Qt. Several GUI plugins for console, Qt etc. are available as seperate packages, licq-gui-console and licq-gui-qt.
11 lines
577 B
Text
11 lines
577 B
Text
Licq Console Plugin
|
|
|
|
This is a console ui plugin for the Licq ICQ client. It is considered beta
|
|
at this point and does not have all the features that the qt-gui supports,
|
|
however does offer a number of really cool text-mode things. Multiple windows,
|
|
contact list pane, log window...
|
|
|
|
Running is simply a matter of running licq with the "-p console" switch.
|
|
Remember that Licq will save the plugin being run so after running
|
|
"licq -p console" once, it will always run with this plugin. Hence when
|
|
you want to go back to the gui, use "licq -p qt-gui" the first time at least.
|