| 141 | } |
| 142 | |
| 143 | void concat(const messagebuf &m) |
| 144 | { |
| 145 | if(buf.length() && buf.last() == '\0') buf.pop(); |
| 146 | buf.put(m.buf.getbuf(), m.buf.length()); |
| 147 | } |
| 148 | }; |
| 149 | vector<messagebuf *> gameserverlists, gbanlists; |
| 150 | bool updateserverlist = true; |