[geany/infrastructure] 0fe06a: Update "waiter" wording

Enrico Tröger git-noreply at xxxxx
Sun May 19 22:11:15 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Sun, 19 May 2019 22:11:15 UTC
Commit:      0fe06af949662e77f8ae472014df5736bd0199c3
             https://github.com/geany/infrastructure/commit/0fe06af949662e77f8ae472014df5736bd0199c3

Log Message:
-----------
Update "waiter" wording


Modified Paths:
--------------
    ircbot-plugins/Geany/plugin.py

Modified: ircbot-plugins/Geany/plugin.py
20 lines changed, 10 insertions(+), 10 deletions(-)
===================================================================
@@ -43,15 +43,15 @@
 
 IRC_USERLIST_FILEPATH = '/srv/tmp/irc_userlist'
 GOODIES = {
-    'coffee': 'A nice sexy waitress brings %s a big cup of coffee!',
-    'coke': 'A nice sexy waitress brings %s a cool bottle of coke!',
-    'pepsi': 'A nice sexy waitress brings %s a cool bottle of Pepsi!',
-    'juice': 'A nice sexy waitress brings %s a glass of fresh juice!',
-    'vodka': 'A nice sexy waitress brings %s a shot glass of vodka!',
-    'beer': 'A nice sexy waitress brings %s a nice bottle of beer!',
-    'tea': 'A nice sexy waitress brings %s a cup of hot tea!',
-    'milk': 'A nice sexy waitress brings %s a glass of fresh, cold milk',
-    'chocolate': 'A nice sexy waitress brings %s a piece of sweet chocolate',
+    'coffee': 'A nice waiter brings %s a big cup of coffee!',
+    'coke': 'A nice waiter brings %s a cool bottle of coke!',
+    'pepsi': 'A nice waiter brings %s a cool bottle of Pepsi!',
+    'juice': 'A nice waiter brings %s a glass of fresh juice!',
+    'vodka': 'A nice waiter brings %s a shot glass of vodka!',
+    'beer': 'A nice waiter brings %s a nice bottle of beer!',
+    'tea': 'A nice waiter brings %s a cup of hot tea!',
+    'milk': 'A nice waiter brings %s a glass of fresh, cold milk',
+    'chocolate': 'A nice waiter brings %s a piece of sweet chocolate',
     'pizza': 'Someone calls Mario, and he brings %s a tasty hawaiian pizza!'
 }
 
@@ -181,7 +181,7 @@ def listgoodies(self, irc, msg, args, text):
         """
         available_goodies = sorted(GOODIES.keys())
         available_goodies = ', '.join(available_goodies)
-        text = 'A nice sexy waitress offers the following goodies for you: %s' % available_goodies
+        text = 'A nice waiter offers the following goodies for you: %s' % available_goodies
         irc.reply(text)
 
     def hello(self, irc, msg, args, text):



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list