comparison plugins/SIGNALS @ 401:7c74e2f579b5

[gaim-migrate @ 411] Heh, whoops. you can send messages to offline people now. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 12 Jun 2000 22:02:50 +0000
parents df5127560034
children 3d94cc1dc424
comparison
equal deleted inserted replaced
400:bb87776942c4 401:7c74e2f579b5
159 159
160 'room'. Need I say more. 160 'room'. Need I say more.
161 'text' is what you're about to say, linkified/HTML-ized, but not 161 'text' is what you're about to say, linkified/HTML-ized, but not
162 TOC-escaped. 162 TOC-escaped.
163 163
164 Be aware that you receive messages you send (as noted above). This
165 event will be called before you actually send the message though.
166
164 event_warned: 167 event_warned:
165 char *who, int level 168 char *who, int level
166 169
167 'who' is who warned you. Note that this can be NULL, indicating either 170 'who' is who warned you. Note that this can be NULL, indicating either
168 an anonymous warning, or your warning level has dropped. 171 an anonymous warning, or your warning level has dropped.