Author | Message |
---|---|
Lord_Zero Ametuar Posts: 122 | If you made plugins for hexhub, here you can post any usefull information related to them (link, useage, configuration etc.). Some usefull plugins may be found @ hexhub's project homepage ( http://sourceforge.net/projects/hexhub ). First version of HeXHub that has plugin support is HeXHub 3.06b1). For more information about writing plugins for HeXHub read HeXHub\Help\plugins.txt . |
Lord_Zero Ametuar Posts: 122 | Sourcecodes for Mode.dll and txtCmd.dll (plugins for chat modes and text commands) are located @ http://sourceforge.net/project/showfiles.php?group_id=165882&package_id=202041 |
Ashura Unstopable Posts: 370 | History Plugin (C) Copyright 2006 Morten Larsen, bluebear dot dk at gmail dot com - for HeXHub This plugin will record the last 100 lines of mainchat and display it to a user that types !history, +history or /history. You might need to find and download some c++ standard library files. http://sourceforge.net/project/showfiles.php?group_id=165882&package_id=202041&release_id=445735 |
bluebear n00b Posts: 32 | The History plugin: 1. Adds help text to !help. 2. registers a trigger !history, +history, /history. 3. records all mainchat. 4. displays it only to the user who trigger the trigger. Notes: 1. This plugin is using the C++ stand library and might require additional .dll files. If you dont have those then post the filenames in this forum or the forum at sourceforge and they will provided for download at sourceforge. Other plugins: Currently i have 2 plugins scheduled for programming. First one is Lua 5.1 scripting support. I'm using the lua-binaries from luaforge.net so you can make usage of all lua extensions for luaforge.net that is compiled for lua-binaries. The HexHubLua51API-bin package will include many lua extensions + the lua reference manual + HexHub Lua API calls reference. The Lua51 plugin will require the C and the C++ standard library files as well. Other plugin is a Messenger where registered users are allowed to send offline messages to each other. The Messanger plugin will be released under GNU/GPL and it will not use the C++ runtime/standard library files. And it will serve as demo plugin code like the history plugin for those programmers that want to see howto do it in C or C++. |
bluebear n00b Posts: 32 | Oh and by the way, I will write a plugin for C++ programmers as well. it will be called plugoop.dll and will allow C++ programmers to make plugins 100% object orientated programmed plugins. Wich will simply mean that you can write plugins that will export a class instead of a lot c-style functions. |