BrenBot [message #435592] |
Thu, 26 August 2010 19:49 |
crysis992
Messages: 314 Registered: June 2008
Karma: 0
|
Recruit |
|
|
Hello, i have a little problem.
If i load for example now a ssgm plugin to my server.
Then i can access the commands for this plugin ingame.
What can i do that i can access the commands also in IRC with BrenBot? Any examples?
,
crysis992
|
|
|
|
|
|
|
Re: BrenBot [message #437137 is a reply to message #435592] |
Tue, 28 September 2010 04:36 |
|
Gen_Blacky
Messages: 3250 Registered: September 2006
Karma: 1
|
General (3 Stars) |
|
|
Reborns commands are only for ingame "SSGM Chat Hook" and has nothing to do with brenbot but would interfere with ingame commands. It would cause double output one from brenbot one from reborns ssgm plugin. You could just remove brebot ingame group for the command if you want to keep reborns plugin.
If you want the !n or !next command for !nextmap for Brenbot you would just add alias to the brenbot command in commands.xml with the <alias> </alias> Tags.
<command name="nextmap">
<permission level="1"/>
<syntax value="!nextmap"/>
<help value="Shows the next map"/>
<enabled value="1"/>
<group>irc_admin</group>
<group>irc_public</group>
<group>ingame</group>
<hideInHelp value="0"/>
<alias>shownext</alias>
<alias>shownextmap</alias>
<alias>n</alias>
<alias>next</alias>
</command>
To call reborns commands in irc you would either have to make a console command that brenbot could use or make the plugin connect to irc. I think reborn made a plugin that connects a bot to irc.
[Updated on: Tue, 28 September 2010 04:43] Report message to a moderator
|
|
|