Switch to edit mode.
Name(s): title21: #7854.title = #7854.title + 1
2: if (callers()[$][2] in {"where", "@where", "ou", "@ou"} && callers()[$][1] != this)
3: this:where()
4: endif
5: if (this.crypt)
6: return crypt(this.cool_name)
7: elseif (this.maximize)
8: return this.cool_name + " (Maximized)"
9: else
10: return this.cool_name
11: endif