summaryrefslogtreecommitdiff
path: root/word.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-26Fixed memory leaks in hash tables and nick list.Jon Bergli Heier1-0/+2
2009-08-15Added a hash table to keep track of words.Jon Bergli Heier1-0/+49
Moved the sdbm hash function into sdbm.c. Init and free users and words inside the channel loop. Increased the size of the user hash table to 1000.