Browse Source

ffpb_fun.py: stupid copy paste error fixed

Stefan Kloepping 8 years ago
parent
commit
95af21d20e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/ffpb_fun.py

+ 0 - 1
modules/ffpb_fun.py

@@ -36,7 +36,6 @@ def ffpb_greeting(bot, trigger):
         'Hey {0}, schön dich zu sehen. Gerade sind übrigens {1} Knoten mit {2} Clients online.',
         'Tach {0}, wenn du gerade im Freifunk bist, sind noch {2} andere Clients an {1} Knoten online',
         'Na {0}, du hier? Neben dir sind noch {1} Knoten mit {2} Clients da.',
-        'Hey {0}, schön dich zu sehen. Gerade sind übrigens {1} Knoten mit {2} Clients online.',
         '{1} Knoten online, {2} Clients im Netz und {0} gibt uns die Ehre - Herzlich Willkommen :)'))
     bot.say(greeting.format(trigger.nick, stats["nodes_active"], stats["clients_unique"]))