mirror of https://github.com/velour/catbase.git
Add Bulbapedia
It has Special:Random, so it's definitely going to work with this, right???
This commit is contained in:
parent
13c6897a0a
commit
ce82fc9243
|
@ -48,6 +48,8 @@ func (p *NerdepediaPlugin) Message(message msg.Message) bool {
|
||||||
query = "http://dune.wikia.com/wiki/Special:Random"
|
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" {
|
} 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"
|
query = "http://lotr.wikia.com/wiki/Special:Random"
|
||||||
|
} else if lowerCase == "gotta catch em all" {
|
||||||
|
query = "https://bulbapedia.bulbagarden.net/wiki/Special:Random"
|
||||||
}
|
}
|
||||||
|
|
||||||
if query != "" {
|
if query != "" {
|
||||||
|
|
Loading…
Reference in New Issue