in the:
set nick "clanhere\Eggdrop"
set altnick "clanname\Eggdrop"
line, whenever I use that the bot will come in as if there was nothing in the " \ " space (in otherwords, it will come in as clannameEggdrop). But i've seen other eggdrops logged on with a slash.
Just a curious question if there is a way to use it. Not a big deal but looks better for our clan tag.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
\ is a special character in nearly all programming languages. if you want to use a [ or ] in tcl, for example you need to "escape" it. like this: \[ this goes for certain characters, often different chars per language.
Galadhrim wrote:\ is a special character in nearly all programming languages. if you want to use a [ or ] in tcl, for example you need to "escape" it. like this: \[ this goes for certain characters, often different chars per language.
not necessarily... only inside expressions that will be evaluated (including strings of course); you can escape evaluation with curly braces: