Skip to content
Snippets Groups Projects
Commit 0ca8ec80 authored by tayjaybabee's avatar tayjaybabee
Browse files

Fix typo in help information

parent 3438df85
No related branches found
Tags v6.8
No related merge requests found
......@@ -141,7 +141,7 @@ module Cinch
return c_alert
end
end
m.reply 'You have no custom data set. You can PM me with !set-w <location>'
m.reply 'You have no custom data set. You can PM me with !set-l <location>'
end
def check_custom(m, user)
......@@ -187,7 +187,7 @@ module Cinch
return m.reply hourly_summary(data, hour)
end
end
m.reply 'You have no custom data set. You can PM me with !set-w <location>'
m.reply 'You have no custom data set. You can PM me with !set-l <location>'
end
def custom_d(m, day)
......@@ -209,7 +209,7 @@ module Cinch
return m.reply daily_summary(data, day)
end
end
m.reply 'You have no custom data set. You can PM me with !set-w <location>'
m.reply 'You have no custom data set. You can PM me with !set-l <location>'
end
def reload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment