From: SourceForge.net <no...@so...> - 2004-12-26 19:55:58
|
Plugins item #618877, was opened at 2002-10-05 08:13 Message generated for change (Comment added) made by eperez You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=618877&group_id=235 Category: None Group: None Status: Closed Priority: 5 Submitted By: Daniel Allen (bigredlinux) Assigned to: Nobody/Anonymous (nobody) Summary: perl plugins (no-self, cross conversation, syntax highlight) Initial Comment: This plugin allows you to maintain a list of screennames to which you may send your message. For instance, if you are trying to tell a story and you don't want to both everyone with starting a chat room (like if it is your computer-paranoid family member), then you can add people to the list and each message will be sent to the screennames on the list. The commands are as follows /add (optional screenname) Will add the current user (or specified one) to the list /remove (optional screenname) Will remove the current user (or specified one) from the list /clear Will clear the list /list Will show the people on the list /msg Will send the message to the current user only, regardless of whether or not they are on the list Any other message will send to all screennames on the list. Currenly, this plugin IS NOT cross protocol. In addition, I have added my 'messageToSelf' hack, which prevents a message sent to yourself to come back to you...in fact it is never sent...it is only intercepted and written to your window. This will be available as a separate script, but to use it with other scripts it must be integrated. ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-12-26 19:55 Message: Logged In: YES user_id=60347 This is a cool feature, if the plugin doesn't work just leave it open under the feature requests tracker. ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2004-06-27 18:38 Message: Logged In: YES user_id=28833 A new version of gaim has been released. It is likely that your plugin will crash in the new gaim. As per our standard policy, we are only including plugins that we write, being unable to maintain hundreds of plugins as we develop gaim, if you want to continue making your plugin available, please update your plugin and reopen it. If not updated, this will close in 14 days. ---------------------------------------------------------------------- Comment By: Daniel Allen (bigredlinux) Date: 2002-10-06 19:26 Message: Logged In: YES user_id=351426 I have updated the file to include 3 different plugins (the problem with the plugins is that you can only capture the event once, so you have to integrate the plugins together into the same file). no-self: when writing to yourself, don't send message through server (good for testing) cross-conversation: as mentioned above, a one-way chat of sorts syntax-highlight: php syntax highlighting (more to come) for outgoing messages in the form: /php // php code goes here, this is a comment example /html <i>test</i> The html example does not yet syntax highlight, but it does not interpret the html so it shows up as is...good for typing example code in a message ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=618877&group_id=235 |