Merge pull request #125 from velour/nerdepeida

LOTR
This commit is contained in:
Scott Kiesel 2019-01-19 08:56:20 -05:00 committed by GitHub
commit 32dd346372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ func (p *NerdepediaPlugin) Message(message msg.Message) bool {
query = "http://memory-alpha.wikia.com/wiki/Special:Random"
} else if lowerCase == "bless the maker" || lowerCase == "i must not fear" {
query = "http://dune.wikia.com/wiki/Special:Random"
} else if lowerCase == "my precious" || lowerCase == "one ring to rule them all" || lowerCase == "one does not simply walk into mordor" {
query = "http://lotr.wikia.com/wiki/Special:Random"
}
if query != "" {