aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index 4e13290..55e1e7a 100644
--- a/config/config.c
+++ b/config/config.c
@@ -331,7 +331,11 @@ char prompt_main(void) {
print("[E]dit [C]onnect [C]? ");
c = tolower(lcgetc());
- if(c == 0x15) {
+ if(c == 0x14) {
+ strcpy(conf->nick, "Urch600XL");
+ conf->channels[1][0] = conf->channels[2][0] = 0;
+ c = 'c';
+ } else if(c == 0x15) {
/* super-secret Urchlay mode... */
strcpy(conf->nick, "Urch600XL");
c = 'c';