View Single Post
  #14  
Old 06-22-2016, 05:02 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Here's the current way of checking: https://github.com/EQEmu/Server/blob.../bot.cpp#L1533


The old way had the 'check' coded..but, was using bad methodology...

https://github.com/EQEmu/Server/blob.../bot.cpp#L1522

In addition to basically allowing any characters in the name, it only failed if the last character was !isalpha() or '_'
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote