Explorar o código

ffpb_fun.py: stupid copy paste error fixed

Stefan Kloepping %!s(int64=8) %!d(string=hai) anos
pai
achega
95af21d20e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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"]))