-
Notifications
You must be signed in to change notification settings - Fork 20
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
I cannot get the multiple commands to work #5
Comments
/timeout requires a 2nd parameter for length. On Wed, Apr 29, 2015 at 10:58 PM, Jakerino notifications@github.com wrote:
|
I tested a second parameter and to no avail it did not worked. However I have a version 1.9 in which the extensions when downloaded from the updater break the File so I use the last version of 1.8. I am unaware of your time tables but I am very thankful for this Bot and can't wait to see what you have in store for the future. |
Also is there a way to create commands that include the user of the commands name in a command without having to make the typer type their name and the other parameter. Like !command {1} {2} But isntead !command TyperName {1} Thanks for the help sorry If im bothering you. |
There's a documentation for that... |
I want to create a command that triggers several other commands however either the reademe is incomplete or It is not possible. This is my command structure
!modbot addcmd 2 !Shoots !timeout {1} ChildishJakerino Aims his Gun Straight and True and Blasts {1} Out of this World.
Then I have a the command
!modbot addcmd 2 !timeout /timeout {1}
The !timeout command work but !shoots does not trigger the !timeout command. Also I think it looks ugly when inside of chat you see Modbot: !timeout (insert parameter) ChildishJakerino.... So is there something I am missing?
The text was updated successfully, but these errors were encountered: