summaryrefslogtreecommitdiff
path: root/src/event_main.cc
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2015-06-10 10:40:26 +0200
committerJoel Klinghed <the_jk@yahoo.com>2015-06-10 10:40:26 +0200
commitc65ec1473273bf4fbf2053b68a82b8b079ac5133 (patch)
treece464ac23fe9a338527b973ebe36a6595e5a73b4 /src/event_main.cc
parent0151252a27c48d357cb0cad49101cee3782a629c (diff)
Update text to match reality
Diffstat (limited to 'src/event_main.cc')
-rw-r--r--src/event_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event_main.cc b/src/event_main.cc
index 8ba68d9..503493e 100644
--- a/src/event_main.cc
+++ b/src/event_main.cc
@@ -110,7 +110,7 @@ void signal_event(const std::string& channel,
ss << event->text() << std::endl;
}
ss << std::endl;
- ss << "Use /going to join the event" << std::endl;
+ ss << "Use /event going to join the event" << std::endl;
signal_channel(channel, ss.str());
}