f1537a8e25
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>
14 lines
595 B
Plaintext
14 lines
595 B
Plaintext
$OpenBSD: patch-src_pysilc_h,v 1.1.1.1 2006/10/09 13:10:34 alek Exp $
|
|
--- src/pysilc.h.orig Mon Jul 10 10:42:36 2006
|
|
+++ src/pysilc.h Mon Oct 9 13:23:30 2006
|
|
@@ -402,7 +402,8 @@ static PyMemberDef pysilc_client_members
|
|
};
|
|
|
|
#define PYSILC_CLIENT_DOC "\
|
|
- SilcClient(keys, nickname = \"\", username = \"\",\n\ realname = \"\",\
|
|
+ SilcClient(keys, nickname = \"\", username = \"\",\n\
|
|
+ realname = \"\",\
|
|
hostname = \"\")\n\n\
|
|
A SILC Client. 'keys' is a SilcKeys representing a public private\n\
|
|
key pair. 'nickname', 'username', 'realname' and 'hostname'\n\
|