- Portierung folgender Plugins:

+ Reddit_post
+ Eindeutschung von Reddit
+ Site_header
+ Soundcloud
+ Speedtest
+ Spotify
+ Surrogate
+ Tex
+ Xkcd
+ Yourls
- Plugin-Name wird nun angezeigt, wenn Bot getriggert wird
- Wie immer: kleine Änderungen
This commit is contained in:
Andreas Bielawski
2016-06-20 17:58:46 +02:00
parent 49bea282c1
commit 5d26c4289c
12 changed files with 336 additions and 60 deletions

View File

@ -146,6 +146,7 @@ function match_plugins(self, msg, config, plugin)
break;
end
end
print(plugin.name..' triggered')
return plugin.action(self, msg, config, matches)
end)
if not success then