Skip to content

Commit b4f24f0

Browse files
author
Foxlet
committed
We'll fix it anyway - attacks.py
1 parent 740fdfc commit b4f24f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/attacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from cloudbot import hook
99
from cloudbot.util import textgen
1010

11-
nick_re = re.compile("^[A-Za-z0-9_|.-\]\[]*$", re.I)
11+
nick_re = re.compile("^[A-Za-z0-9_|.\-\]\[]*$", re.I)
1212

1313

1414
def is_valid(target):

0 commit comments

Comments
 (0)