Skip to content

Instantly share code, notes, and snippets.

@jesopo
Last active January 24, 2020 11:58
Show Gist options
  • Save jesopo/e2da34f8a174cf64f9191a40676d31fe to your computer and use it in GitHub Desktop.
Save jesopo/e2da34f8a174cf64f9191a40676d31fe to your computer and use it in GitHub Desktop.

ingredients

  • optional prefix ("$")
  • optional negation ("~")
  • char denoting meaning ("a")
  • separator character (":")

chary

$,~,a,:

insp

,~,R,:

unreal

~,,a,:

issues

unreal

~t:2: - timed 2 minute ban

conclusion

only reliable commonality is colon. this colon becomes much harder to work with in situations like UnrealIRCd timed bans.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment