diff options
| author | 2019-04-23 11:01:43 +0200 | |
|---|---|---|
| committer | 2019-04-23 11:33:14 +0200 | |
| commit | 420262877bccd35e5bc8c87eb586ba73288fe9c8 (patch) | |
| tree | 7037fc235ae9acb2e12b1155ed61fbda1d6b5724 /irc | |
| parent | e01a80db01ee4afd9ce546fbad284c3aa56ea11c (diff) | |
| download | OneRoll-420262877bccd35e5bc8c87eb586ba73288fe9c8.tar.gz OneRoll-420262877bccd35e5bc8c87eb586ba73288fe9c8.zip | |
Add unique operator
Diffstat (limited to 'irc')
| -rw-r--r-- | irc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/CMakeLists.txt b/irc/CMakeLists.txt index d7c31cd..990e0eb 100644 --- a/irc/CMakeLists.txt +++ b/irc/CMakeLists.txt @@ -72,6 +72,7 @@ add_executable( ../node/filternode.cpp ../node/splitnode.cpp ../node/groupnode.cpp + ../node/uniquenode.cpp ../node/bind.cpp botircdiceparser.cpp ../node/variablenode.cpp |