Mercurial > pidgin
diff PRPL @ 1224:0bbe3aaa6a3e
[gaim-migrate @ 1234]
all the pretty chicks with the crimson lips say "decklin rocks!" "decklin rocks!"
sorry, i got the drew carrey theme song stuck in my head.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 09 Dec 2000 02:00:38 +0000 |
parents | 7aabbbaae829 |
children | b332d8f46b84 |
line wrap: on
line diff
--- a/PRPL Sat Dec 09 00:09:19 2000 +0000 +++ b/PRPL Sat Dec 09 02:00:38 2000 +0000 @@ -25,8 +25,8 @@ load_protocol(my_proto_init); -and return a non-negative int. Then compile as a plugin, load the .so file, and you're set. If you're -going to load it statically, extern the my_proto_init function, and in prpl.c, call load_protocol. +and return NULL. Then compile as a plugin, load the .so file, and you're set. If you're going to +load it statically, extern the my_proto_init function, and in prpl.c, call load_protocol. Your PRPL needs to have a login function, which ideally should set up a gdk_input watcher. When you want to indicate that the account is online, simply call account_online(struct gaim_connection *).