| 918 | } |
| 919 | |
| 920 | void complete(char *s, bool reversedirection) |
| 921 | { |
| 922 | if(*s == '/' || !nickcomplete(s, reversedirection)) |
| 923 | { |
| 924 | commandcomplete(s, reversedirection); |
| 925 | } |
| 926 | } |
| 927 | #endif |
| 928 | |
| 929 | void cleancubescript(char *buf) // drop easy to spot surplus whitespace and comments |
no test coverage detected