"!cit" -> "!sccit", "!org" -> "!scorg"
This commit is contained in:
parent
51b7e05596
commit
519dc98189
4 changed files with 6 additions and 6 deletions
|
@ -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])
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue