jrabbit / pyborg-1up

:robot: A modern overhaul of an old favorite irc bot for multiple platforms
https://pyborg.readthedocs.io/en/latest/
GNU General Public License v3.0
33 stars 12 forks source link

wont respond to owner commands #90

Closed itz63c closed 5 years ago

itz63c commented 5 years ago

i set owner=1 here but still cant get pyborg to respond to !owner or any other owner related commands

jrabbit commented 5 years ago

those aren't exposed to discord. They're in linein though.

itz63c commented 5 years ago

ah okay thanks

itz63c commented 5 years ago

can i easily expose them to discord?

jrabbit commented 5 years ago

Well there's no built in support for auth but you could write a commands.py command that uses the same http endpoint as linein for some functionality but it's really a security quagmire.

itz63c commented 5 years ago

how im suppose to access censor,unlearn,purge,replace through filein lol

jrabbit commented 5 years ago

linein is a repl