]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_testclient.cpp
kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKickUser()
[user/henk/code/inspircd.git] / src / modules / extra / m_testclient.cpp
2006-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-22 omMake m_pgsql return the number of affected rows for...
2006-07-22 omLogic error, success is when the error ID *is* NO_ERROR :P
2006-07-22 brainFix test client error cheecking on result types
2006-07-21 omAPI header and client module updates for new multi...
2006-07-21 omSlight tidyup: type name = type(args); --> type name...
2006-07-20 omOkay, working PostgreSQL module, API header and example...