diff options
author | David Leadbeater <dgl@dgl.cx> | 2014-06-29 20:15:21 +0100 |
---|---|---|
committer | David Leadbeater <dgl@dgl.cx> | 2014-06-30 00:24:48 +0100 |
commit | d823823c43b1da94cb80056e4e68d615d0cb5773 (patch) | |
tree | 6906f7814c61ccc55262134907d134938b87f654 /docs | |
parent | 2b6bba3fd2019158990f13d9e8913fd3bbb20b61 (diff) | |
download | irssi-d823823c43b1da94cb80056e4e68d615d0cb5773.zip |
Suggest using ^ so this doesn't pop-up a NickServ window
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual.txt b/docs/manual.txt index 43d77550..b2d0de14 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -349,7 +349,7 @@ after connecting to the network. This is useful for automatically identifying yourself to NickServ, for example - /NETWORK ADD -autosendcmd "/msg NickServ identify secret" freenode + /NETWORK ADD -autosendcmd "/^msg NickServ identify secret" freenode /NETWORK REMOVE <name> |