diff options
| author | 2008-04-03 17:08:45 +0000 | |
|---|---|---|
| committer | 2008-04-03 17:08:45 +0000 | |
| commit | 78e91f74862208e695afff14cdae3731e24d6a7f (patch) | |
| tree | 1189c7ba230cb93aee2a81822a988aa5de43a88c /src/modules/chan/libkvichan.cpp | |
| parent | More kde4 porting (diff) | |
| download | KVIrc-78e91f74862208e695afff14cdae3731e24d6a7f.tar.gz KVIrc-78e91f74862208e695afff14cdae3731e24d6a7f.tar.bz2 KVIrc-78e91f74862208e695afff14cdae3731e24d6a7f.zip | |
more code clean
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1381 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/chan/libkvichan.cpp')
| -rw-r--r-- | src/modules/chan/libkvichan.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/modules/chan/libkvichan.cpp b/src/modules/chan/libkvichan.cpp index a42833d0b..c588bdbee 100644 --- a/src/modules/chan/libkvichan.cpp +++ b/src/modules/chan/libkvichan.cpp @@ -1593,12 +1593,10 @@ static bool chan_module_init(KviModule * m) KVSM_REGISTER_FUNCTION(m,"ismeowner",chan_kvs_fnc_ismeowner); KVSM_REGISTER_FUNCTION(m,"isdead",chan_kvs_fnc_isdead); KVSM_REGISTER_FUNCTION(m,"getflag",chan_kvs_fnc_getflag); - KVSM_REGISTER_FUNCTION(m,"usermodelevel",chan_kvs_fnc_usermodelevel); KVSM_REGISTER_FUNCTION(m,"userjointime",chan_kvs_fnc_userjointime);// KVSM_REGISTER_FUNCTION(m,"userlastactiontime",chan_kvs_fnc_userlastactiontime); KVSM_REGISTER_FUNCTION(m,"mode",chan_kvs_fnc_mode); - KVSM_REGISTER_FUNCTION(m,"key",chan_kvs_fnc_key); KVSM_REGISTER_FUNCTION(m,"limit",chan_kvs_fnc_limit); KVSM_REGISTER_FUNCTION(m,"users",chan_kvs_fnc_users); @@ -1621,10 +1619,9 @@ static bool chan_module_cleanup(KviModule *m) return true; } - KVIRC_MODULE( "Chan", // module name - "1.0.0", // module version + "4.0.0", // module version "Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net)"\ " (C) 2002 Juanjo Alvarez (juanjux at yahoo dot es)", "Scripting interface for the channel management", |
