Force to be at the start of the line
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use irc::proto::Message;
|
||||
use std::collections::VecDeque;
|
||||
|
||||
pub const PATTERN: &str = "\\$help(?: (.*))?";
|
||||
pub const PATTERN: &str = "^\\$help(?: (.*))?";
|
||||
pub const NAME: &str = "help";
|
||||
pub const USAGE: &str = "You just used it";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user