What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Bot Developers Kit Version 2.01 available (update: feb 26, 2006)

Bot Developers Kit Version 2.01 available (update: feb 26, 2006)
Author: Message:
DieterDHoker
New Member
*


Posts: 2
41 / Male / –
Joined: Mar 2006
RE: RE: Bot Developers Kit Version 2.01 available (update: feb 26, 2006)
quote:
Originally posted by mrhuge

The idea of your plugin sounds cool! What do those Perl commands actually do?


Some dictionary commands, for example: !vandale <woord> that uses LWP to get the definition from vandale.nl (dutch dictionary). (actually I use DBI and an mysql-server first to see if i already have a definition for that word stored, and if not then i use LWP and the site to get it and store it in my database)

also have some translating dictionaries and a acronym lookup command, using the same principle, mainly for the dutch language.

things like !weather, !tv , !train <city> <city> to get weather information for the next day,  what's on tv right now, and train hours ... all using LWP offcourse.

small commands like !calc 10+45+cos(45) that calculates the expression.

the usual things you can do easily with perl :)

A whole lot of personal commands I use to acces information on my pc quickly.

now i'm working on this command that does a grep of the logfile of the person that is chatting with me. So people can search in my logfiles.

and a little command i'm planning to do later on, for my girlfriend so she can trigger a toast popup when i'm not responding on msn and wants to get my attention ;)

and a command to add perlcode to be executed on all the following messages in the current conversation.

only just discovered your DK, so i'm in the process of modyfing all those commands to get it better integrated in the new architecture. (like I used to have 1 global persistant Database connection, for now with your DK i always make a new connection for every command that gets triggered.)

This post was edited on 03-20-2006 at 05:26 PM by DieterDHoker.
03-20-2006 05:16 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Bot Developers Kit Version 2.01 available (update: feb 26, 2006) - by mrhuge on 02-19-2006 at 09:04 PM
RE: Bot Developers Kit Version 2.0 available - by BoBaLeX on 02-20-2006 at 02:01 PM
RE: Bot Developers Kit Version 2.0 available - by RaceProUK on 02-21-2006 at 02:09 PM
RE: RE: Bot Developers Kit Version 2.0 available - by zero_kool on 02-22-2006 at 06:22 AM
RE: Bot Developers Kit Version 2.0 available - by BoBaLeX on 02-22-2006 at 11:26 AM
RE: Bot Developers Kit Version 2.0 available - by RaceProUK on 02-22-2006 at 01:04 PM
RE: Bot Developers Kit Version 2.0 available - by mrhuge on 02-22-2006 at 06:52 PM
RE: Bot Developers Kit Version 2.0 available - by RaceProUK on 02-23-2006 at 08:14 PM
RE: Bot Developers Kit Version 2.0 available - by AxelTB on 02-25-2006 at 03:37 PM
RE: Bot Developers Kit Version 2.0 available - by mrhuge on 02-26-2006 at 12:25 PM
RE: Bot Developers Kit Version 2.01 available (update: feb 26, 2006) - by mrhuge on 02-26-2006 at 01:07 PM
RE: Bot Developers Kit Version 2.01 available (update: feb 26, 2006) - by DieterDHoker on 03-20-2006 at 12:26 AM
RE: Bot Developers Kit Version 2.01 available (update: feb 26, 2006) - by mrhuge on 03-20-2006 at 04:33 PM
RE: RE: Bot Developers Kit Version 2.01 available (update: feb 26, 2006) - by DieterDHoker on 03-20-2006 at 05:16 PM
RE: RE: Bot Developers Kit Version 2.01 available (update: feb 26, 2006) - by yagiz.y on 06-09-2006 at 03:14 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On