1
0
Fork 0
Browse Source

Mod_Shittalk: WHOOPS

master
Marrub 7 years ago
parent
commit
00d1b8cb81
  1. 2
      Source/Modules/Mod_Shittalk.cs

2
Source/Modules/Mod_Shittalk.cs

@ -31,7 +31,7 @@ namespace ProjectGolan.Vrobot3.Modules
//
public void onMessage(User usr, Channel channel, String msg)
{
if(usr.name == "_sink" || rnd.Next(0, 1024) == 1)
if(rnd.Next(0, 1024) == 1)
shittalk(usr, channel);
}

Loading…
Cancel
Save