| 7643 | } |
| 7644 | |
| 7645 | int moduleHasCommandFilters() |
| 7646 | { |
| 7647 | // Note: called outside the global lock |
| 7648 | return listLength(moduleCommandFilters); |
| 7649 | } |
| 7650 | |
| 7651 | void moduleCallCommandFilters(client *c) { |
| 7652 | if (listLength(moduleCommandFilters) == 0) return; |