diff options
| author | 2018-08-31 14:16:27 +0100 | |
|---|---|---|
| committer | 2018-08-31 14:16:27 +0100 | |
| commit | 0f1e683cd3684fc5bd66e3973ea21ca3a1fb5d28 (patch) | |
| tree | 84964b92dc0d4d8a8604ff83694421276ffb0f0d /modules | |
| parent | Fix decoys stacking up and attempting to take over irc. (diff) | |
| signature | ||
Where on earth did this PHP relic come from?
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ducks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index 5434f1ac..62a6a317 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -117,7 +117,7 @@ class Module(object): event["stdout"].write( target + ", you've befriended " + str(befriended_ducks + 1) + " duck" + grammar + " in " + event[ - "target"].name); + "target"].name) next_duck_time = self.duck_time(event) self.bot.add_timer("duck-appear", next_duck_time, persist=False) |
