diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-05-14 08:29:33 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-05-14 08:29:33 +0000 |
commit | c54fa0478102814752211aaad5395cb6b8caa60a (patch) | |
tree | cac107b7ad879ad9bf5aae69f83a6247b77286a6 /src/fe-common/irc/notifylist | |
parent | fd44be823e7d5afe3f0695fff9f5104d50add173 (diff) | |
download | irssi-c54fa0478102814752211aaad5395cb6b8caa60a.zip |
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
Diffstat (limited to 'src/fe-common/irc/notifylist')
-rw-r--r-- | src/fe-common/irc/notifylist/module-formats.c | 1 | ||||
-rw-r--r-- | src/fe-common/irc/notifylist/module-formats.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/fe-common/irc/notifylist/module-formats.c b/src/fe-common/irc/notifylist/module-formats.c index 4c91ce7a..700a846f 100644 --- a/src/fe-common/irc/notifylist/module-formats.c +++ b/src/fe-common/irc/notifylist/module-formats.c @@ -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 } }, diff --git a/src/fe-common/irc/notifylist/module-formats.h b/src/fe-common/irc/notifylist/module-formats.h index 712310c8..042b54ae 100644 --- a/src/fe-common/irc/notifylist/module-formats.h +++ b/src/fe-common/irc/notifylist/module-formats.h @@ -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, |