diff options
| author | 2017-08-31 00:38:57 +0200 | |
|---|---|---|
| committer | 2017-08-31 00:38:57 +0200 | |
| commit | 9defac5f54e1cd06d7c026b695fed381c931d856 (patch) | |
| tree | ce7f6aedf58118e8ba800e4c6af37ab250583a9c /src/modules/objects/KvsObject_socket.cpp | |
| parent | Allow the user to bypass the default stylesheet. (diff) | |
| download | KVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.tar.gz KVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.tar.bz2 KVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.zip | |
Fix wrapping of <pre> in the docs.
Fixes #2288
Diffstat (limited to 'src/modules/objects/KvsObject_socket.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_socket.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/objects/KvsObject_socket.cpp b/src/modules/objects/KvsObject_socket.cpp index 92f2e3db9..d53fda4ff 100644 --- a/src/modules/objects/KvsObject_socket.cpp +++ b/src/modules/objects/KvsObject_socket.cpp @@ -101,10 +101,10 @@ const char * const sockerrors_tbl[] = { [pre] 0 = Unconnected 1 = HostLookUp - 2 = Connecting[br] - 3 = Connected[br] - 4 = Bound[br] - 5 = Closing[br] + 2 = Connecting + 3 = Connected + 4 = Bound + 5 = Closing 6 = Listening [/pre] !fn: $connect(<host>,<port>) |
