aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/context
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-07-08 17:30:46 +0000
committerGravatar Elvio Basello2008-07-08 17:30:46 +0000
commit51199d89c141eb7953ae849eaf106965ba6d86e7 (patch)
tree7cbfbc56f1c561adf0f06f840cda2836c74a41cb /src/modules/context
parentadded the ability to expose the fact that kvirc has an avatar set, so others ... (diff)
downloadKVIrc-51199d89c141eb7953ae849eaf106965ba6d86e7.tar.gz
KVIrc-51199d89c141eb7953ae849eaf106965ba6d86e7.tar.bz2
KVIrc-51199d89c141eb7953ae849eaf106965ba6d86e7.zip
more work on serverdb module. please test it
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2037 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/context')
-rw-r--r--src/modules/context/libkvicontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/context/libkvicontext.cpp b/src/modules/context/libkvicontext.cpp
index 81af9f75f..09b41e611 100644
--- a/src/modules/context/libkvicontext.cpp
+++ b/src/modules/context/libkvicontext.cpp
@@ -156,7 +156,7 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
context_kvs_fnc_serverIpAddress,
- c->returnValue()->setString(pConnection->target()->server()->ipAddress())
+ c->returnValue()->setString(pConnection->target()->server()->ip())
)
/*