diff options
author | Joseph Graham <joseph@fibreglass.tunachunks> | 2013-07-28 07:39:35 +0100 |
---|---|---|
committer | Joseph Graham <joseph@fibreglass.tunachunks> | 2013-07-28 07:39:35 +0100 |
commit | 2d57f46a83ba7adbbfc36a170effc6df9f6919d1 (patch) | |
tree | dda02496a34e28b35c64c79eff21af7dd2ebc2dd | |
parent | b9295e81708e741fc3eac9e2c693e3ac0d87e8ff (diff) |
Changed his name to pbot
-rw-r--r-- | bot_settings.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bot_settings.sh b/bot_settings.sh index 49f9908..1c36f1c 100644 --- a/bot_settings.sh +++ b/bot_settings.sh @@ -32,11 +32,11 @@ config_version=17 #################### # Nick to use -config_firstnick="pbot-ng" +config_firstnick="pbot" # Nick if first is in use -config_secondnick="pbot-ng_" +config_secondnick="pbot_" # Nick if second is in use -config_thirdnick="pbot-ng__" +config_thirdnick="pbot-ng" config_ident='rfc3092' config_gecos='ietf.org/rfc/rfc3092' |