Improve country() by using "static const" for lookup table (makes function 25% smaller)
and const-correctness. Add .mobi TLD. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@112 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -5487,7 +5487,6 @@ BUILT_IN_FUNCTION(function_irclib, input)
|
||||
|
||||
BUILT_IN_FUNCTION(function_country, input)
|
||||
{
|
||||
extern char *country(char *);
|
||||
RETURN_STR(country(input));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user