Help With BRenBot [message #327726] |
Thu, 24 April 2008 18:22 |
|
SbhSilent2
Messages: 20 Registered: April 2008
Karma: 0
|
Recruit |
|
|
Is There A Way For People Without renguard to be able to use like some of the commands without them having to get renguard????
And how do i do auto authenticta from renguard??
|
|
|
Re: Help With BRenBot [message #327734 is a reply to message #327726] |
Thu, 24 April 2008 19:11 |
|
READ THE README!
Quote: | ####################################
Using the commands.xml file
####################################
The commands.xml file in BRenBot 1.52 gives you total control over who can
use which commands, and even lets you disable commands completely. The top part
of the file dealing with permissions is beyond the scope of this document, and
will not be dealt with here.
Let's look at an example command in the commands.xml file;
<command name="shown00bs">
<permission level="1"/>
<syntax value="!shown00bs"/>
<help value="Displays all n00bs"/>
<enabled value="1"/>
<group>irc_admin</group>
<group>irc_public</group>
<group>ingame</group>
<renguard required="1"/> < Set to 0 so rg is not required
<alias>shownoobs</alias>
<alias>n00bs</alias>
</command>
The renguard required setting has 3 possible values. If it is set to 1 only players with
RenGuard runnning can use the command. Setting it to 2 is the same as setting it to 1, but
does not allow moderators to bypass the RenGuard requirement. Setting it to 0 or removing
the line allows non RenGuard users to also use the command.
|
As for authorizing with RG click on options when it lets you look for Server Authentication and enter you pass there.
Lone0001.ca
C&C Files
[Updated on: Fri, 25 April 2008 08:50] Report message to a moderator
|
|
|
|