mirror of
https://code.dnix.de/da/flokatirc
synced 2026-07-27 09:09:45 +02:00
"!cit" -> "!sccit", "!org" -> "!scorg"
This commit is contained in:
+2
-2
@@ -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])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user