We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0e160 commit 326b5cdCopy full SHA for 326b5cd
config/data/holes.toml
@@ -3316,7 +3316,6 @@ preamble = '''
3316
'''
3317
3318
[ROT13]
3319
-experiment = 921
3320
category = 'Transform'
3321
links = [
3322
{ name = 'Wikipedia', url = '//en.wikipedia.org/wiki/ROT13' },
discord/bot.go
@@ -64,7 +64,10 @@ func init() {
64
}
65
66
// TODO Make this dynamic based on hole/lang age.
67
-func channel(_ *config.Hole, _ *config.Lang) string {
+func channel(hole *config.Hole, _ *config.Lang) string {
68
+ if hole.ID == "rot13" {
69
+ return chanFreshID
70
+ }
71
return chanSourID
72
73
0 commit comments