diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-05 15:42:48 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-05 15:42:48 +0100 |
commit | 2c0f050df0b3fdb66f11c3b56fc4808bd902e257 (patch) | |
tree | 68c48e9c8d6ebf94d9365e0478838c88ace97301 /src/common/outbound.c | |
parent | cd92b0e72b537c09652c5585af19e6eb51718a3e (diff) |
Remove spacing, it wouldn't work anyway
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r-- | src/common/outbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c index 715b5282..4e6846e3 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -3574,7 +3574,7 @@ cmd_voice (struct session *sess, char *tbuf, char *word[], char *word_eol[]) const struct commands xc_cmds[] = { {"ADDBUTTON", cmd_addbutton, 0, 0, 1, N_("ADDBUTTON <name> <action>, adds a button under the user-list")}, - {"ADDSERVER", cmd_addserver, 0, 0, 1, N_("ADDSERVER <New Network> <newserver/6667>, adds a new network with a new server to the network list")}, + {"ADDSERVER", cmd_addserver, 0, 0, 1, N_("ADDSERVER <NewNetwork> <newserver/6667>, adds a new network with a new server to the network list")}, {"ALLCHAN", cmd_allchannels, 0, 0, 1, N_("ALLCHAN <cmd>, sends a command to all channels you're in")}, {"ALLCHANL", cmd_allchannelslocal, 0, 0, 1, |