Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitbotctl raw command. See description. #254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deathspawn
Copy link

How to trigger bitbotctl commands

If the command requires extra arguments, you must put quotes around the command and arguments, like so:

./bitbotctl command "raw <server> JOIN <channel>"

Otherwise, just do:

./bitbotctl command <command>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
# How to trigger bitbotctl commands
If the command requires extra arguments, you must put quotes around the command and arguments, like so:

`./bitbotctl command "raw <server> JOIN <channel>"`

Otherwise, just do:

`./bitbotctl command <command>`
Comment on lines +27 to +30
if not line == None:
return "Sent: " + line.parsed_line.format()
else:
return "Line was filtered"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be better just to assure() the line so it bypasses filtering altogether?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants