Merge pull request #265 from jtmohr/textevents
Fix Text Events spacing issues
This commit is contained in:
commit
8dc1203c7b
|
@ -13,7 +13,7 @@ pevt_banlist_help
|
|||
Banned
|
||||
XP_TE_BANNED
|
||||
pevt_generic_channel_help
|
||||
%C22*%O$tCannot join%C22 $1 %O(%C20You are banned%O).
|
||||
%C22*%O$tCannot join %C22$1 %O(%C20You are banned%O).
|
||||
1
|
||||
|
||||
Beep
|
||||
|
@ -91,7 +91,7 @@ pevt_chandevoice_help
|
|||
Channel Exempt
|
||||
XP_TE_CHANEXEMPT
|
||||
pevt_chanexempt_help
|
||||
%C22*%O$t%C26 $1%C sets exempt on %C18$2%O
|
||||
%C22*%O$t%C26$1%C sets exempt on %C18$2%O
|
||||
2
|
||||
|
||||
Channel Half-Operator
|
||||
|
@ -103,7 +103,7 @@ pevt_chanhop_help
|
|||
Channel INVITE
|
||||
XP_TE_CHANINVITE
|
||||
pevt_chaninvite_help
|
||||
%C22*%O$t%C26 $1%C sets invite on %C18$2%O
|
||||
%C22*%O$t%C26$1%C sets invite on %C18$2%O
|
||||
2
|
||||
|
||||
Channel List
|
||||
|
@ -157,7 +157,7 @@ pevt_chanrmexempt_help
|
|||
Channel Remove Invite
|
||||
XP_TE_CHANRMINVITE
|
||||
pevt_chanrminvite_help
|
||||
%C22*%O$t%C26 $1%O removes invite on %C18$2%O
|
||||
%C22*%O$t%C26$1%O removes invite on %C18$2%O
|
||||
2
|
||||
|
||||
Channel Remove Keyword
|
||||
|
@ -601,7 +601,7 @@ pevt_partreason_help
|
|||
Ping Reply
|
||||
XP_TE_PINGREP
|
||||
pevt_pingrep_help
|
||||
%C24*%O$tPing reply from%C18 $1%C: %C24$2%O second(s)
|
||||
%C24*%O$tPing reply from %C18$1%C: %C24$2%O second(s)
|
||||
2
|
||||
|
||||
Ping Timeout
|
||||
|
|
Loading…
Reference in New Issue