diff options
| author | 2016-01-04 02:10:45 +0100 | |
|---|---|---|
| committer | 2016-01-04 02:11:21 +0100 | |
| commit | c26d5a8d78b81e8e8c23b0dea691247cfd8ec7ec (patch) | |
| tree | 765028bbf6d4e594ddac0a72e626fdbaa64a1d52 /src/modules/dcc/libkvidcc.cpp | |
| parent | Remove margins around the header of query windows for the sake of consistency... (diff) | |
| download | KVIrc-c26d5a8d78b81e8e8c23b0dea691247cfd8ec7ec.tar.gz KVIrc-c26d5a8d78b81e8e8c23b0dea691247cfd8ec7ec.tar.bz2 KVIrc-c26d5a8d78b81e8e8c23b0dea691247cfd8ec7ec.zip | |
Fix false friend.
Diffstat (limited to 'src/modules/dcc/libkvidcc.cpp')
| -rw-r--r-- | src/modules/dcc/libkvidcc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/libkvidcc.cpp b/src/modules/dcc/libkvidcc.cpp index f28686b4f..a1c269f48 100644 --- a/src/modules/dcc/libkvidcc.cpp +++ b/src/modules/dcc/libkvidcc.cpp @@ -1414,7 +1414,7 @@ static bool dcc_module_cmd_canvas(KviModule *m,KviCommand *c) DCC chat is the simplest (and most widely implemented) DCC subprotocol: it is used to exchange <cr><lf> separated text data between clients.[br] Assume that you want to establish a DCC chat - connection to 'Sarah' that is actually connected to your IRC network (so + connection to 'Sarah' that is currently connected to your IRC network (so she/he is an IRC user just like you). All you have to do is type sth as "/dcc chat Sarah" in your IRC client. The client will setup a listening socket on a random port chosen |
