NOTE: the obvious thing you will need to do first for your existing
py-silc programs is to move connect_to_server to the running() callback
(see docs/examples updates).
tested by Simon Kuhnle, and steven@ on amd64; ok naddy@
PySilc is a near-complete set of Python bindings for creating SILC
clients using the silc-toolkit. It allows developers to write
simple bots and clients for connecting to SILC servers.
From Martynas Venckus <martynas@altroot.org>