"!cit" -> "!sccit", "!org" -> "!scorg"

This commit is contained in:
Andreas Neue 2016-01-11 07:18:52 +01:00
parent 51b7e05596
commit 519dc98189
4 changed files with 6 additions and 6 deletions

View file

@ -61,11 +61,11 @@ func HandleMessage(m *irc.Message) {
switch tok[0] {
case "!scstats":
showScStats()
case "!cit":
case "!sccit":
if len(tok) > 1 {
showCitizen(tok[1])
}
case "!org":
case "!scorg":
if len(tok) > 1 {
showOrganization(tok[1])
}