Skip to content

Commit e5592a5

Browse files
committed
tools for grepping in IRC client logs (vg=sirc vgi=irssi)
1 parent abbb049 commit e5592a5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

posix/vg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
egrep -h '] (<|«|(-|¬|\[|\[\[|>|\*-> )|\*\*\* [^ ]* did a CTCP |\* )' ~/sirc.log | tr -d ''

posix/vgi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
egrep -ve ' has (quit|joined|left) ' -e '-\!- (ServerMode|Netsplit|Irssi)' -e 'is now known as' -e '^--- ' "$@"

0 commit comments

Comments
 (0)