diff options
author | TingPing <tngpng@gmail.com> | 2013-05-17 06:17:16 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-05-17 06:17:16 -0300 |
commit | 1181b5621132876b3e2f635e888365fe775154df (patch) | |
tree | 080fe547d3b6a281fa703da567e207e5512ad1ae /src/common/hexchat.c | |
parent | 78eb3e7522563092346d77f7f7ec912cfefb4357 (diff) |
Add omsg user command
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 72b97e3a..c879af9d 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -706,6 +706,7 @@ static char defaultconf_commands[] = "NAME KILL\n" "CMD quote KILL %2 :&3\n\n"\ "NAME LEAVE\n" "CMD part &2\n\n"\ "NAME M\n" "CMD msg &2\n\n"\ + "NAME OMSG\n" "CMD msg @%c &2\n\n"\ "NAME ONOTICE\n" "CMD notice @%c &2\n\n"\ "NAME RAW\n" "CMD quote &2\n\n"\ "NAME SERVHELP\n" "CMD quote HELP\n\n"\ |