Raffle Posted April 17, 2007 Posted April 17, 2007 i need help here... is there anyway to use a literal # symbol?? im trying to get my script to join irc channels and when i do send("/j #channel") all it shows is /j and then hits the start button! anyway can yo uuse literal # symbols?? ~®affle
PsaltyDS Posted April 17, 2007 Posted April 17, 2007 (edited) I ran into that with Send'ing passwords that had special characters. Just set the 'raw' flag on the send function, otherwise it looks for special codes like ^ for cntl and ! for alt: send("/j #channel", 1) ; Sends "/j #channel" send("/j #channel") ; Sends "/j", Windows Button + 'c', "hannel" Edited April 17, 2007 by PsaltyDS Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now