(@bot) NEW SLAP: Someone pimp slaps nick with a brain
here a little part of the code
Code: Select all
set arg [stripcodes bcru $arg]
regexp -- {^(NEW SLAP: (.*?) pimp slaps (.*?) with (.*?))$} $arg -> by who with
can anyone gimme a light ?
Code: Select all
set arg [stripcodes bcru $arg]
regexp -- {^(NEW SLAP: (.*?) pimp slaps (.*?) with (.*?))$} $arg -> by who with
Code: Select all
regexp -- {NEW SLAP: (.*?) pimp slaps (.*?) with (.*?)} $arg -> by who with