diff options
author | Peter Powell <petpow@saberuk.com> | 2013-05-18 18:40:55 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2013-06-06 01:45:04 +0100 |
commit | c5bc6c1cf52464308797c1fd648062363504b48b (patch) | |
tree | 8e4e3f341b07af5d60cee9d2779ae9f5a2bb7e17 /include | |
parent | 6f54bc95a483dfb7b6aaf0af02a1243d74e89f4c (diff) |
Replace some C string operations with the + operator.
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/users.h b/include/users.h index 52f3e4a88..e27a764dc 100644 --- a/include/users.h +++ b/include/users.h @@ -481,12 +481,6 @@ class CoreExport User : public Extensible */ virtual bool HasModePermission(unsigned char mode, ModeType type); - /** Creates a wildcard host. - * Takes a buffer to use and fills the given buffer with the host in the format *!*\@hostname - * @return The wildcarded hostname in *!*\@host form - */ - char* MakeWildHost(); - /** Creates a usermask with real host. * Takes a buffer to use and fills the given buffer with the hostmask in the format user\@host * @return the usermask in the format user\@host |