Skip to content

Commit

Permalink
Rename the bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreitas committed Feb 10, 2014
1 parent 48d7121 commit ca067e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/brain/models/ProgramD.scala
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ object ProgramD {
private def writeBots()={
writeFile(Config.getProgramDDirPath+"conf/bots.xml", """<?xml version="1.0" encoding="ISO-8859-1"?>
<bots xmlns="http://aitools.org/programd/4.7/bot-configuration">
<bot id="Bot de Teste" enabled="true">
<bot id="Brain Bot" enabled="true">
<properties href="properties.xml"/>
<predicates href="predicates.xml"/>
<substitutions href="substitutions.xml"/>
Expand Down

0 comments on commit ca067e5

Please sign in to comment.