diff --git a/roles/shellserver/userland-software/irc.sls b/roles/shellserver/userland-software/irc.sls
--- a/roles/shellserver/userland-software/irc.sls
+++ b/roles/shellserver/userland-software/irc.sls
@@ -17,7 +17,9 @@
       - irssi
       - irssi-scripts
       - weechat
-      {% if grains['os'] != 'Debian' and grains['os'] != 'Ubuntu' %}
+      {% if grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %}
+      - sbnc
+      {% else %}
       # Reference: supremetechs.com/tag/bitchx-removed-from-debian
       - bitchx
       {% endif %}