diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 01:05:55 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 01:05:55 +0200 |
commit | 9550862cb0bc8e8d0800dc92f702295dd46d9e0a (patch) | |
tree | da99b4e3c21ef602c49a29247b271158987c6114 /src/common | |
parent | 79b00170ba05c9a7ecd6e3d570a9aef04a3bd070 (diff) |
Fix text event argument counts
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/textevents.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/textevents.in b/src/common/textevents.in index a4736bc9..910bd71e 100644 --- a/src/common/textevents.in +++ b/src/common/textevents.in @@ -50,7 +50,7 @@ Channel Creation XP_TE_CHANDATE pevt_chandate_help %C22*%O$tChannel %C22$1%O created -1 +2 Channel DeHalfOp XP_TE_CHANDEHOP @@ -458,7 +458,7 @@ Join XP_TE_JOIN pevt_join_help %C23*$t$1 ($3) has joined -2 +3 Keyword XP_TE_KEYWORD @@ -572,13 +572,13 @@ Part XP_TE_PART pevt_part_help %C24*$t$1 has left -1 +3 Part with Reason XP_TE_PARTREASON pevt_partreason_help %C24*%O$t%C18$1%C ($2) has left (%C24$4%O) -3 +4 Ping Reply XP_TE_PINGREP |