diff options
| author | 2009-08-01 09:10:10 +0000 | |
|---|---|---|
| committer | 2009-08-01 09:10:10 +0000 | |
| commit | eda85f26fe19b0ecca7f68db98cc03865dd88568 (patch) | |
| tree | 16a670e2f90c94db328b8126da73d0bf0e907314 /data | |
| parent | test (diff) | |
| download | KVIrc-eda85f26fe19b0ecca7f68db98cc03865dd88568.tar.gz KVIrc-eda85f26fe19b0ecca7f68db98cc03865dd88568.tar.bz2 KVIrc-eda85f26fe19b0ecca7f68db98cc03865dd88568.zip | |
a small fix to tree_window_list
moved dcc inside the irc context: fixes #509
fixed popups in dcc chat (you need to restore default script)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3398 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'data')
| -rw-r--r-- | data/defscript/events.kvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defscript/events.kvs b/data/defscript/events.kvs index bc0a350ab..2a8412f60 100644 --- a/data/defscript/events.kvs +++ b/data/defscript/events.kvs @@ -2,7 +2,7 @@ event(OnDccChatPopupRequest,default) { - popup dccchat $0; + popup dccchat $dcc.remoteNick($0); } event(OnChannelPopupRequest,default) |
