Skip to content

Commit

Permalink
Fixed a bug in weather.aiml
Browse files Browse the repository at this point in the history
  • Loading branch information
keiffster committed Dec 15, 2017
1 parent c288305 commit b091d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/y-bot/aiml/extensions/weather/weather.aiml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</pattern>
<template>
<think>
<set name="active"><bot name="weather" />
<set name="active"><bot name="weather" /></set>
</think>
<condition name="active">
<li value="true">
Expand Down

0 comments on commit b091d07

Please sign in to comment.