Mercurial > pidgin.yaz
comparison plugins/HOWTO @ 95:19cffb5bd129
[gaim-migrate @ 105]
Touch-ups.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 09 Apr 2000 11:36:09 +0000 |
parents | 9f6ce50ffb78 |
children | c2d22261e281 |
comparison
equal
deleted
inserted
replaced
94:9f6ce50ffb78 | 95:19cffb5bd129 |
---|---|
28 needed for connecting to signals and things. It's a good idea to remember it | 28 needed for connecting to signals and things. It's a good idea to remember it |
29 somehow. | 29 somehow. |
30 | 30 |
31 You can basically do anything you want in the plugin. You can make function | 31 You can basically do anything you want in the plugin. You can make function |
32 calls, change public widgets, display new widgets, things like that. But the | 32 calls, change public widgets, display new widgets, things like that. But the |
33 really need thing is you can do things at events. For example, when one of | 33 really neat thing is you can do things at events. For example, when one of |
34 your buddies signs on, you can instantly send them a message. You can modify | 34 your buddies signs on, you can instantly send them a message. You can modify |
35 the incoming and outgoing text. You can do all kinds of crazy things. Whatever | 35 the incoming and outgoing text. You can do all kinds of crazy things. Whatever |
36 you want. Check out SIGNALS and CRAZY for more information and ideas. | 36 you want. Check out SIGNALS and CRAZY for more information and ideas. |
37 | 37 |
38 Plugins can share globals with gaim, but will not share with other plugins. | 38 Plugins can share globals with gaim, but will not share with other plugins. |