about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-03 00:36:42 +0100
committerJames Booth <boothj5@gmail.com>2014-09-03 00:36:42 +0100
commit52a9ab69099e67ffee5fd890b7f5117d749805cb (patch)
tree56163f7cd897e8ca786f0fde02f8e5d16cfb5d8d /src/command/commands.h
parent57effcd504a62af17388ec94f0fa9df776b90d38 (diff)
downloadprofani-tty-52a9ab69099e67ffee5fd890b7f5117d749805cb.tar.gz
Added /room config command
Diffstat (limited to 'src/command/commands.h')
-rw-r--r--src/command/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/commands.h b/src/command/commands.h
index b685fed3..3f7c45bb 100644
--- a/src/command/commands.h
+++ b/src/command/commands.h
@@ -104,6 +104,7 @@ gboolean cmd_prefs(gchar **args, struct cmd_help_t help);
 gboolean cmd_priority(gchar **args, struct cmd_help_t help);
 gboolean cmd_quit(gchar **args, struct cmd_help_t help);
 gboolean cmd_reconnect(gchar **args, struct cmd_help_t help);
+gboolean cmd_room(gchar **args, struct cmd_help_t help);
 gboolean cmd_rooms(gchar **args, struct cmd_help_t help);
 gboolean cmd_bookmark(gchar **args, struct cmd_help_t help);
 gboolean cmd_roster(gchar **args, struct cmd_help_t help);
_noninteger.cc?h=hlt&id=ad6eb92329d3c21a7c8439eeed5587d20fe97f4e'>ad6eb923 ^
6f8f9fb5 ^








dd3bd122 ^





8ec12cbe ^


ad6eb923 ^




dd3bd122 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51