diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-06-10 10:40:26 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-06-10 10:40:26 +0200 |
| commit | c65ec1473273bf4fbf2053b68a82b8b079ac5133 (patch) | |
| tree | ce464ac23fe9a338527b973ebe36a6595e5a73b4 /src | |
| parent | 0151252a27c48d357cb0cad49101cee3782a629c (diff) | |
Update text to match reality
Diffstat (limited to 'src')
| -rw-r--r-- | src/event_main.cc | 2 |
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()); } |
