MCPcopy Create free account
hub / github.com/annmuor/jnode / help

Method help

jnode-core/src/jnode/robot/AreaFix.java:175–189  ·  view source on GitHub ↗

Отправляем %HELP @return

()

Source from the content-addressed store, hash-verified

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

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected