| 35 return [ list "Example Plugin" \ |
35 return [ list "Example Plugin" \ |
| 36 "1.0" \ |
36 "1.0" \ |
| 37 "Example plugin registration" \ |
37 "Example plugin registration" \ |
| 38 "Example of how to register a plugin for the Tcl HOWTO" \ |
38 "Example of how to register a plugin for the Tcl HOWTO" \ |
| 39 "Ethan Blanton <eblanton@cs.purdue.edu>" \ |
39 "Ethan Blanton <eblanton@cs.purdue.edu>" \ |
| 40 "http://gaim.sf.net/" ] |
40 "http://pidgin.im/" ] |
| 41 } |
41 } |
| 42 @endcode |
42 @endcode |
| 43 |
43 |
| 44 The rest of the script will generally be registration to recieve |
44 The rest of the script will generally be registration to recieve |
| 45 notification of various Gaim signals (more about this below) and |
45 notification of various Gaim signals (more about this below) and |