Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 00b6ab0

Browse files
committed
Update misc.js
1 parent 135a84c commit 00b6ab0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/misc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
SCRIPT_NAME = "misc";
32
SCRIPT_VER = "1";
43
SCRIPT_DESC = "examples";
54

65
if (nickcmp (get_info ('nick'), 'TingPing') == 0)
76
print ('\00320You are cool!');
87
else
9-
print (strip('\002\00319You are not cool, no colors for you.', 1));
8+
print (strip('\002\00319You are not cool, no colors for you.', STRIP_COLOR));

0 commit comments

Comments
 (0)