1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

Added /uptime command

This commit is contained in:
Sebastien Helleu
2005-11-06 12:09:44 +00:00
parent 3bca573d49
commit bf3f696830
24 changed files with 1442 additions and 1118 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ extern int weechat_cmd_server (int, char **);
extern int weechat_cmd_set (char *);
extern int weechat_cmd_unalias (char *);
extern int weechat_cmd_unignore (int, char **);
extern int weechat_cmd_unset (char *);
extern int weechat_cmd_uptime (int, char **);
extern int weechat_cmd_window (int, char **);
#endif /* command.h */