diff -r af8d17855243 -r 7c5c4c73ab8e plugins/PERL-HOWTO --- a/plugins/PERL-HOWTO Mon Sep 10 19:45:19 2001 +0000 +++ b/plugins/PERL-HOWTO Mon Sep 10 22:27:47 2001 +0000 @@ -89,6 +89,13 @@ Since buddy lists are per-connection this goes through the connections until it finds a matching buddy name. +GAIM::write_to_conv(to, wflags, what, who) + This displays a message into a conversation window. is the + message-style and works like that: + wflags==0: display message as if received by + wflags==1: display message as if sent by + wflags==2: display system message + GAIM::print_to_conv(who, what, auto) The question is not what does this do, it's who does this do it as. The answer is "whatever the default is". It uses whichever connection is @@ -101,6 +108,8 @@ This goes through each connection. If it finds a room matching the name, it'll print the message to that room. +GAIM::serv_send_im(who, what, auto) + Same as print_to_conv, but it does not display the message. GAIM::add_event_handler(event, function) This is the most important of them all. This is basically exactly like