diff options
| author | 2008-09-13 16:24:10 +0000 | |
|---|---|---|
| committer | 2008-09-13 16:24:10 +0000 | |
| commit | 7d5f39da9b1e117926fbd35b0a230b05ea7bcf18 (patch) | |
| tree | 992ca0e5bd67665ee88ee84b99e002c18b772759 /src | |
| parent | implemented OnOutboundTraffic, see #234 (diff) | |
| download | KVIrc-7d5f39da9b1e117926fbd35b0a230b05ea7bcf18.tar.gz KVIrc-7d5f39da9b1e117926fbd35b0a230b05ea7bcf18.tar.bz2 KVIrc-7d5f39da9b1e117926fbd35b0a230b05ea7bcf18.zip | |
fixed typo in doc
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2454 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvirc/kvs/kvi_kvs_eventtable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/kvs/kvi_kvs_eventtable.cpp b/src/kvirc/kvs/kvi_kvs_eventtable.cpp index 8ff5b7cb4..d32b13264 100644 --- a/src/kvirc/kvs/kvi_kvs_eventtable.cpp +++ b/src/kvirc/kvs/kvi_kvs_eventtable.cpp @@ -3627,7 +3627,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_KVS_NUM_APP_EVENTS]= OnOutboundTraffic @short: Triggered on outbound traffic.[br] - USE THIS EVENT WITH REALLY CAUTION: an improper use can leads to many problem to KVIrc; especially avoid the use of 'halt' command. + USE THIS EVENT WITH REALLY CAUTION: an improper use can leads to many problems to KVIrc; especially avoid the use of 'halt' command. @parameters: $0 = outbound string @window: |
