bone282 commented on a Page, PHP IRC Bot v2  -  Apr 20, 2009

so you didn't like the array_shift idea then? I think its so much easier for users to add stuff if a switch already is made.

$message = explode(" ", $message);
$trigger = array_shift($message);
$message = implode(" ", $message);

switch(strtolower($trigger)){
case "!blah":
do blah blah;
break;

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.