Skip to content

Commit

Permalink
Move raw events into plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
csmith committed Feb 14, 2016
1 parent 787c728 commit b7fd4e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
4 changes: 0 additions & 4 deletions res/com/dmdirc/ui/messages/format.yml
Expand Up @@ -214,10 +214,6 @@ UserInfoResponseEvent:
iterate: "properties"
format: "{{friendlyName}}: {{rawValue}}"
colour: 10
RawDataInEvent:
format: "<< {{line}}"
RawDataOutEvent:
format: ">> {{line}}"

################## TODO ############################################################################
# selfCTCP=4->- [%1$s] %2$s
Expand Down
47 changes: 0 additions & 47 deletions src/com/dmdirc/events/RawDataInEvent.java

This file was deleted.

48 changes: 0 additions & 48 deletions src/com/dmdirc/events/RawDataOutEvent.java

This file was deleted.

0 comments on commit b7fd4e6

Please sign in to comment.