Mercurial > pidgin
diff plugins/tcl/TCL-HOWTO @ 7713:1adc71ed6d45
[gaim-migrate @ 8358]
I noticed that this wasn't implemented while I was looking for the
reason that kicks don't work properly for IRC with respect to removing
the users in a channel ... the answer is simple, but in the process I
was debugging with Gaim Commander and noticed this missing
functionality. The beauty of Tcl is that it only took a few seconds
to add it. (... and don't you all wish you had Gaim Commander?)
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Wed, 03 Dec 2003 02:03:44 +0000 |
parents | 2d2f04c5c7d2 |
children | e280d73ed07f |
line wrap: on
line diff
--- a/plugins/tcl/TCL-HOWTO Wed Dec 03 02:03:25 2003 +0000 +++ b/plugins/tcl/TCL-HOWTO Wed Dec 03 02:03:44 2003 +0000 @@ -149,6 +149,7 @@ and chats as described above. gaim::connection account gc +gaim::connection displayname gc gaim::connection handle gaim::connection list @@ -159,6 +160,9 @@ account is the same account used by gaim::account and other commands. + 'displayname' returns the display name (duh) of 'gc' as reported by + gaim_connection_get_display_name(gc). + 'handle' returns the gaim connections instance handle. (See 'gaim::signal connect').