Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Technical Support » Win32 FDS » Admin Channel Commands to Public Irc Channel
Re: Admin Channel Commands to Public Irc Channel [message #376574 is a reply to message #376508] Tue, 17 March 2009 13:24 Go to previous messageGo to previous message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma:
General (5 Stars)
If your using BRenBot open commands.xml in notepad

Find;
  <command name="buildings">
    <permission level="2"/>
    <syntax value="!buildings"/>
    <help value="Displays all buildings and their health"/>
    <enabled value="1"/>
    <group>irc_admin</group>
    <module>gamelog</module>
    <hideInHelp value="0"/>
  </command>
  <command name="vehicles">
    <permission level="2"/>
    <syntax value="!vehicles"/>
    <help value="Displays all vehicles"/>
    <enabled value="1"/>
    <group>irc_admin</group>
    <module>gamelog</module>
    <alias>ve</alias>
    <hideInHelp value="0"/>
  </command>



Replace it with;
  <command name="buildings">
    <permission level="2"/>
    <syntax value="!buildings"/>
    <help value="Displays all buildings and their health"/>
    <enabled value="1"/>
    <group>irc_admin</group>
    <group>irc_public</group>
    <module>gamelog</module>
    <hideInHelp value="0"/>
  </command>
  <command name="vehicles">
    <permission level="2"/>
    <syntax value="!vehicles"/>
    <help value="Displays all vehicles"/>
    <enabled value="1"/>
    <group>irc_admin</group>
    <group>irc_public</group>
    <module>gamelog</module>
    <alias>ve</alias>
    <hideInHelp value="0"/>
  </command>


(Or just add the two <group>irc_public</group> lines manually)


http://steamsignature.com/card/1/76561197975867233.png

[Updated on: Tue, 17 March 2009 13:25]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: problem with renegade dedicated server
Next Topic: Another Question Arose!
Goto Forum:
  


Current Time: Mon Jul 01 01:25:20 MST 2024

Total time taken to generate the page: 0.00810 seconds