about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.h
diff options
context:
space:
mode:
authorArtjom Vejsel <akawolf0@gmail.com>2022-03-29 20:34:34 +0300
committerArtjom Vejsel <akawolf0@gmail.com>2022-04-02 00:23:08 +0300
commit2c003dd2e1a1fb956de6ed58c073e5b9d1cc5f3c (patch)
tree4ea53ea97f0e0a011b84001225008bbdb2f91c66 /src/command/cmd_funcs.h
parentabfab2aff7561aee98957e805b637b83abc3bdd7 (diff)
downloadprofani-tty-2c003dd2e1a1fb956de6ed58c073e5b9d1cc5f3c.tar.gz
add /stamp command
command allow override standard stamps of incoming and outgoing messages
Diffstat (limited to 'src/command/cmd_funcs.h')
-rw-r--r--src/command/cmd_funcs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/cmd_funcs.h b/src/command/cmd_funcs.h
index f4cbe0bf..41074720 100644
--- a/src/command/cmd_funcs.h
+++ b/src/command/cmd_funcs.h
@@ -250,5 +250,6 @@ gboolean cmd_correct_editor(ProfWin* window, const char* const command, gchar**
 gboolean cmd_silence(ProfWin* window, const char* const command, gchar** args);
 gboolean cmd_register(ProfWin* window, const char* const command, gchar** args);
 gboolean cmd_mood(ProfWin* window, const char* const command, gchar** args);
+gboolean cmd_stamp(ProfWin* window, const char* const command, gchar** args);
 
 #endif