command: make argc unsigned
This commit is contained in:
@@ -25,6 +25,6 @@
|
||||
class Client;
|
||||
|
||||
CommandResult
|
||||
handle_sticker(Client &client, int argc, char *argv[]);
|
||||
handle_sticker(Client &client, unsigned argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user