about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-05-05 02:31:04 +0100
committerJames Booth <boothj5@gmail.com>2013-05-05 02:31:04 +0100
commit90ac69beb32f2ae853278a9be21ae8177a4f784c (patch)
treeda08b5a4efdd6eca11be12633597ca7ad593304d /src/ui/window.h
parent8c5866ff52d38cecdf9e52f0d9f30c53bc1c3c03 (diff)
downloadprofani-tty-90ac69beb32f2ae853278a9be21ae8177a4f784c.tar.gz
Added /duck command to perform searches using duckduckgo chat bot
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 933d4e66..96c8f4af 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -32,7 +32,8 @@ typedef enum {
     WIN_CONSOLE,
     WIN_CHAT,
     WIN_MUC,
-    WIN_PRIVATE
+    WIN_PRIVATE,
+    WIN_DUCK
 } win_type_t;
 
 typedef struct prof_win_t {