mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Remove theme format and signal doc for no more notify idle code.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4820 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fd44be823e
commit
c54fa04781
3 changed files with 0 additions and 3 deletions
|
|
@ -32,7 +32,6 @@ FORMAT_REC fecommon_irc_notifylist_formats[] =
|
|||
{ "notify_part", "{nick $0} has left $4", 5, { 0, 0, 0, 0, 0 } },
|
||||
{ "notify_away", "{nick $0} [$5] [$1@$2] [{hilight $3}] is now away: $4", 6, { 0, 0, 0, 0, 0, 0 } },
|
||||
{ "notify_unaway", "{nick $0} [$4] [$1@$2] [{hilight $3}] is now unaway", 5, { 0, 0, 0, 0, 0 } },
|
||||
{ "notify_unidle", "{nick $0} [$5] [$1@$2] [{hilight $3}] just stopped idling", 6, { 0, 0, 0, 0, 0, 0 } },
|
||||
{ "notify_online", "On $0: {hilight $1}", 2, { 0, 0 } },
|
||||
{ "notify_offline", "Offline: $0", 1, { 0 } },
|
||||
{ "notify_list", "$0: $1 $2", 4, { 0, 0, 0, 0 } },
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ enum {
|
|||
IRCTXT_NOTIFY_PART,
|
||||
IRCTXT_NOTIFY_AWAY,
|
||||
IRCTXT_NOTIFY_UNAWAY,
|
||||
IRCTXT_NOTIFY_UNIDLE,
|
||||
IRCTXT_NOTIFY_ONLINE,
|
||||
IRCTXT_NOTIFY_OFFLINE,
|
||||
IRCTXT_NOTIFY_LIST,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue