Commit bdcef7cd96b179dc34d682001e4e053afac1123d
- Diff rendering mode:
- inline
- side by side
src/Handler.mod
(3 / 1)
|   | |||
| 683 | 683 | IF Left("UNMAINTAINED", cmd) THEN u.unmaintained(parse) END; | |
| 684 | 684 | (* users - generate a map showing the location of users *) | |
| 685 | 685 | (* IF Left("USERS", cmd) THEN u.Users(parse) END; *) | |
| 686 | IF Left("USERS", cmd) THEN users.users(parse) END; | ||
| 686 | IF Left("USERS", cmd) THEN (*users.users(parse) *) | ||
| 687 | PrintLine(parse.chan, "Sorry, !users has been disabled."); | ||
| 688 | END; | ||
| 687 | 689 | (* V <><><><><><><><><><> *) | |
| 688 | 690 | IF Left("VOTE", cmd) THEN v.Vote(parse) END; | |
| 689 | 691 | (* W <><><><><><><><><><> *) |

