KviIrcUserEntry * insertUser(const QString &szNick, const QString &szUser, const QString &szHost)
Adds the user to the database.
Definition KviIrcUserDataBase.cpp:140
KviIrcUserEntry * find(const QString &szNick)
Searches for a user in the database.
Definition KviIrcUserDataBase.h:85
KviPointerHashTable< QString, KviIrcUserEntry > * dict()
Returns the database dictionary.
Definition KviIrcUserDataBase.h:99
A class to handle the entries of the user database.
Definition KviIrcUserEntry.h:45