Отправляем %HELP @return
()
| 173 | * @return |
| 174 | */ |
| 175 | protected String help() { |
| 176 | return "Available commands:\n" |
| 177 | + "%HELP - this message\n" |
| 178 | + "%ASLINK ftn address - proccess command as other link ( not the origin )\n" |
| 179 | + "%LIST - list of available areas\n" |
| 180 | + "%QUERY - list of subscribed areas\n" |
| 181 | + "%AFXPASS password - change areafix password\n" |
| 182 | + "%PKTPASS password - change pkt password\n" |
| 183 | + "%IGNOREPKTPWD on|off - turn on/off checking pkt passwords in pkts from you\n" |
| 184 | + "+echo.area - subscribe echo.area\n" |
| 185 | + "-echo.area - unsibscribe echo.area\n" |
| 186 | + "+echo.area /r=N - subscribe and rescan N messages\n" |
| 187 | + "%RESCAN echo.area N - rescan N messages"; |
| 188 | |
| 189 | } |
| 190 | |
| 191 | /** |
| 192 | * Отправляем %LIST |