mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
converter for CHANGESTODO to csv import for into bug management tool
This commit is contained in:
parent
d6498a188a
commit
597204464d
4 changed files with 195 additions and 133 deletions
|
@ -340,7 +340,7 @@ jabberMsg(XMLNode node) {
|
|||
if (node["/connection-timeout"]) {
|
||||
/* ignore it */
|
||||
} else if (node["/system-shutdown"]) {
|
||||
P1(("%O: counterpart is doing a system shutdown", ME))
|
||||
P1(("%O: counterpart is doing a system shutdown\n", ME))
|
||||
/* ignore it */
|
||||
} else {
|
||||
P0(("stream error in %O: %O\n", ME, node))
|
||||
|
|
|
@ -185,6 +185,9 @@ jabberMsg(XMLNode node, mixed origin, mixed *su, array(mixed) tu) {
|
|||
}
|
||||
PT(("input¹ %O\n", body))
|
||||
if (stringp(body) && strlen(body)) {
|
||||
#ifdef BETA
|
||||
if (body[0] == '\n') body = body[1..];
|
||||
#endif
|
||||
if (body[0] == cmdchar) {
|
||||
// '/ /usr' notation is a USER_PROGRAM feature
|
||||
// so we have to redo it here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue