mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
add some helptext and autoformat
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@ webAPIHeartbeat::webAPIHeartbeat() {
|
||||
done = true;
|
||||
// if we wanted to send a "nastygram" script for bash to run we'd check for it here
|
||||
// but meh, maybe later if it becomes necessary...surely order 66 below is enough?
|
||||
}
|
||||
}
|
||||
|
||||
switch (s) {
|
||||
case 13 :
|
||||
@@ -49,6 +49,6 @@ webAPIHeartbeat::webAPIHeartbeat() {
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
eatIt();
|
||||
eatIt();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user