overhauling of URL detection, including channel, nick, etc 'words'

This commit is contained in:
RichardHitt
2013-01-02 14:50:26 -08:00
parent 7f2846a5bd
commit 4af624627e
10 changed files with 402 additions and 280 deletions

View File

@@ -192,7 +192,7 @@ find_cmp (const char *name, struct User *user, server *serv)
}
struct User *
userlist_find (struct session *sess, char *name)
userlist_find (struct session *sess, const char *name)
{
int pos;